OnMapClickListener

fun interface OnMapClickListener : MapGestureListener

Interface for notifying about the TomTomMap being clicked (tapped) at certain GeoCoordinate.

See also

to register this listener.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun onMapClicked(coordinate: GeoCoordinate): Boolean

Called when the map has been clicked at a given GeoCoordinate.