Package-level declarations
Types
Define the interfaces for the Layer plugin.
Interface definition for a callback to be invoked when the map is flinged.
Interface definition for a callback to be invoked when the user clicks on the map view.
Interface definition for a callback to be invoked when the user long clicks on the map view.
Interface definition for a callback to be invoked when the map is moved.
Interface definition for a callback to be invoked when the map is rotated.
Interface definition for a callback to be invoked when the map is scaled.
Interface definition for a callback to be invoked when the map is shoved with two fingers.
Functions
Add a callback that is invoked when the map is has received a fling gesture. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Add a callback that is invoked when the map is clicked. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Add a callback that is invoked when the map is long clicked. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Add a callback that is invoked when the map is moved. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Add a callback that is invoked when the map is rotated. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Add a callback that is invoked when the map is scaled. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Add a callback that is invoked when the map is shoved. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Get the current configured AndroidGesturesManager. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Returns if the scroll is horizontally limited, In other words, the scroll mode is set to vertical.
Returns if the scroll is vertically limited, In other words, the scroll mode is set to horizontal.
Remove a callback that is invoked when the map is has received a fling gesture. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Remove a callback that is invoked when the map is clicked. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Remove a callback that is invoked when the map is long clicked. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Remove a callback that is invoked when the map is moved. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Remove a callback that is invoked when the map is rotated. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Remove a callback that is invoked when the map is scaled. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Remove a callback that is invoked when the map is shoved. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.
Set the AndroidGesturesManager instance. Gesture plugin with id = Plugin.MAPBOX_GESTURES_PLUGIN_ID must be added while constructing MapView
as part of MapInitOptions.plugins
.