OnMoveListener

interface OnMoveListener

Interface definition for a callback to be invoked when the map is moved.

Functions

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

Called when the move gesture is executing.

Link copied to clipboard
abstract fun onMoveBegin(detector: MoveGestureDetector)

Called when the move gesture is starting.

Link copied to clipboard
abstract fun onMoveEnd(detector: MoveGestureDetector)

Called when the move gesture is ending.

Inheritors

Link copied to clipboard