-
Notifications
You must be signed in to change notification settings - Fork 19
class PickListener
PavelTychinin edited this page Dec 22, 2021
·
6 revisions
Interface for a callback to receive the picked MapObjects, triggered after a call to {@link MapController#pickMarker(float, float)}. The listener is set with {@link MapController#setMarkerPickListener(MarkerPickListener)}. The callback will be run on the main (UI) thread and is performed in the same order as {@link MapController#pickMarker(float, float)} was called.
Referenced from: LocationView.
public abstract class PickListener {
public PickListener() {}
public abstract void onMapObjectPickComplete(MapObjectPickResult res, Point point);
}Tutorials
Classes
- NavigineSdk
- LocationListManager
- LocationManager
- NavigationManager
- RouteManager
- ZoneManager
- NotificationManager
- MeasurementManager
- LocationEditManager
- ResourceManager
- Location
- Sublocation
- Category
- Venue
- Zone
- Beacon
- Eddystone
- Wifi
- LocationView
- LocationViewController
- CircleMapObject
- PolylineMapObject
- IconMapObject
- TouchInput
- ScaleResponder
- PanResponder
- LongPressResponder
- DoubleTapResponder
- TapResponder
- LocationListListener
- LocationListener
- PositionListener
- RouteListener
- ZoneListener
- NotificationListener
- LocationEditListener
- MeasurementListener
- ResourceListener
- ResourceUploadListener
- Notification
- Position
- SignalMeasurement
- SensorMeasurement
- Image
- RoutePath
- RouteEvent
- LocationPoint
- LocationInfo
- BitmapRegionDecoder