MapClickListener

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

See also

to register this listener.

Functions

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract fun onMapClicked(coordinate: GeoPoint): Boolean

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