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

OnMapDoubleClickListener

interface OnMapDoubleClickListener

A callback interface called when the user performs a double-click action on the map.

Functions

onMapDoubleClick

abstract fun onMapDoubleClick(latLng: LatLng): Unit

Called when the user performs a double-click action on the map. Executed only when none of the overlays (e.g., traffic) handled the gesture.