OnMapPanningListener

interface OnMapPanningListener : MapGestureListener

Interface for notifying about the map panning events.

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

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.