-
Notifications
You must be signed in to change notification settings - Fork 17
Interface TapResponder
Il Kadyrov edited this page Nov 3, 2020
·
1 revision
Interface TapResponder provides a callback to be invoked when the tap has been confirmed or cancelled.
Referenced from: TouchInput.
public interface TapResponder {
boolean onSingleTapUp(float x, float y);
boolean onSingleTapConfirmed(float x, float y);
}
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