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

OnMapClickListener

interface OnMapClickListener

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

Functions

onMapClick

abstract fun onMapClick(latLng: LatLng): Unit

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