-
Notifications
You must be signed in to change notification settings - Fork 18
Interface ScaleResponder
Il Kadyrov edited this page Nov 3, 2020
·
1 revision
Interface ScaleResponder provides a callback to be invoked when the scale begins, continues and ends.
Referenced from: TouchInput.
public interface ScaleResponder {
boolean onScaleBegin();
boolean onScale(float x, float y, float scale, float velocity);
boolean onScaleEnd();
}
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