sdk-maps / com.tomtom.online.sdk.map / TomtomMapCallback / OnMapPanningListener

OnMapPanningListener

interface OnMapPanningListener

A callback interface called when the user does panning on the map.

Functions

onMapPanningEnded

abstract fun onMapPanningEnded(): Unit

Called when the panning is finished.

onMapPanningOngoing

abstract fun onMapPanningOngoing(): Unit

Called when the panning is in progress.

onMapPanningStarted

abstract fun onMapPanningStarted(): Unit

Called when the user touches the map.