mapbox-maps-android
/
com.mapbox.maps.plugin.annotation
/
AnnotationManagerImpl
/
MapMove
Map
Move
inner class
MapMove
:
OnMoveListener
Content copied to clipboard
Class handle the map move event
Constructors
Functions
Constructors
MapMove
Link copied to clipboard
fun
MapMove
()
Content copied to clipboard
Functions
onMove
Link copied to clipboard
open override fun
onMove
(detector:
MoveGestureDetector
):
Boolean
Content copied to clipboard
Called when the move gesture is executing.
onMoveBegin
Link copied to clipboard
open override fun
onMoveBegin
(detector:
MoveGestureDetector
)
Content copied to clipboard
Called when the move gesture is starting.
onMoveEnd
Link copied to clipboard
open override fun
onMoveEnd
(detector:
MoveGestureDetector
)
Content copied to clipboard
Called when the move gesture is ending.