MapMove

inner class MapMove : TopPriorityOnMoveListener

Class handle the map move event.

It implements TopPriorityOnMoveListener to make sure that this listener is always invoked before any other added by the user. That assures user's OnMoveListener.onMove will not be called until async QRF is executed.

Constructors

Link copied to clipboard
fun MapMove()

Functions

Link copied to clipboard
open override fun onMove(detector: MoveGestureDetector): Boolean

Called when the move gesture is executing.

Link copied to clipboard
open override fun onMoveBegin(detector: MoveGestureDetector)

Called when the move gesture is starting.

Link copied to clipboard
open override fun onMoveEnd(detector: MoveGestureDetector)

Called when the move gesture is ending.