OnMapLongClickListener

fun interface OnMapLongClickListener : MapGestureListener

Interface for notifying about the long press gesture applied on the TomTomMap.

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

See also

to register this listener.

Functions

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

Called when the user performed the longer press gesture add the given map GeoCoordinate.