-
Couldn't load subscription status.
- Fork 19
Interface PanResponder
Il Kadyrov edited this page Nov 3, 2020
·
1 revision
Interface PanResponder provides a callback to be invoked when the scroll on screen or fling happen.
Referenced from: TouchInput.
public interface PanResponder {
boolean onPanBegin();
boolean onPan(float startX, float startY, float endX, float endY);
boolean onPanEnd();
boolean onFling(float posX, float posY, float velocityX, float velocityY);
boolean onCancelFling();
}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