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

OnMapLongClickListener

interface OnMapLongClickListener

A callback interface called when the user long clicks on the map.

Functions

onMapLongClick

abstract fun onMapLongClick(latLng: LatLng): Unit

Called when the user long clicks on the map. Executed only when none of the overlays (e.g., traffic) handled the gesture.