MapPanningListener

Interface for notifying about the map panning events.

See also

to register this listener.

Functions

Link copied to clipboard
abstract fun onMapPanningEnded()

Called when the map panning has just ended.

Link copied to clipboard
abstract fun onMapPanningOngoing()

Called when the map panning is ongoing.

Link copied to clipboard
abstract fun onMapPanningStarted()

Called when the map panning has just started.