CoreGesturesHandler

@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
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.

Properties

Link copied to clipboard
val coreGestureAnimatorHandler: AnimatorListenerAdapter

Adds handling of gesture driven camera animator listener. Can be used for fling or scale animation.