OnMapPanningListener

interface OnMapPanningListener : MapGestureListener

Interface for notifying about the map panning events.

See also

to register this listener.

Important: This is a Public Preview API. It may be changed or removed at any time.

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.