OnMapMoveListener

An interface for receiving map movement events.

Allows detection of the start, ongoing, and end states of map movement, such as when the user drags or uses gestures to pan the map.

Functions

Link copied to clipboard
abstract fun onMove()

Called repeatedly as the map is being moved.

Link copied to clipboard
abstract fun onMoveBegin()

Called when the map movement begins.

Link copied to clipboard
abstract fun onMoveEnd()

Called when the map movement ends.