Core Gestures Handler
class CoreGesturesHandler(mapTransformDelegate: MapTransformDelegate, mapCameraManagerDelegate: MapCameraManagerDelegate)
Internal utility to handle gesture interactions with render engine.
Constructors
Link copied to clipboard
fun CoreGesturesHandler(mapTransformDelegate: MapTransformDelegate, mapCameraManagerDelegate: MapCameraManagerDelegate)
Functions
Link copied to clipboard
Called when the gesture is started, i.e. the point when a gesture is recognised.
Link copied to clipboard
Called on ACTION_UP or ACTION_CANCEL touch event. Note that the gesture might not end yet, a fling or rotate camera animation might still be in progress.