Gestures Plugin Impl
Manages gestures events on a MapView.
Constructors
Functions
Add a callback that is invoked when the map is has received a fling gesture.
Add a callback that is invoked when the map is clicked.
Add a callback that is invoked when the map is long clicked.
Add a callback that is invoked when the map is moved.
Add a callback that is invoked when the map is rotated.
Add a callback that is invoked when the map is scaled.
Add a callback that is invoked when the map is shoved.
Add animator owner (see CameraAnimatorOptions.owner or MapAnimationOptions.owner which animation will not be canceled with when gesture animation is about to start. When specified, you are responsible for listening to gesture interactions and canceling the specified owners' animations to avoid competing with gestures.
Bind the Gestures plugin with current context. This will enable the map to use the Gesture plugin.
Get the current configured AndroidGesturesManager.
Called when the plugin is first added to the map.
Provides all map delegate instances.
Called for events that don't fit the other handlers.
Called when the size of the MapView has changed.
Called when new style is loaded.
Called when user touches the screen, all positions are absolute.
Remove a callback that is invoked when the map is has received a fling gesture.
Remove a callback that is invoked when the map is clicked.
Remove a callback that is invoked when the map is long clicked.
Remove a callback that is invoked when the map is moved.
Remove a callback that is invoked when the map is rotated.
Remove a callback that is invoked when the map is scaled.
Remove a callback that is invoked when the map is shoved.
Remove animator owner (see CameraAnimatorOptions.owner or MapAnimationOptions.owner) which animation will not be canceled with when gesture animation is about to start. When specified, you are responsible for listening to gesture interactions and canceling the specified owners' animations to avoid competing with gestures.
Set the AndroidGesturesManager instance.