interface OnMapPanningListener
A callback interface called when the user does panning on the map.
abstract fun onMapPanningEnded(): Unit
Called when the panning is finished. |
|
abstract fun onMapPanningOngoing(): Unit
Called when the panning is in progress. |
|
abstract fun onMapPanningStarted(): Unit
Called when the user touches the map. |