OnMapDoubleClickListener

fun interface OnMapDoubleClickListener : MapGestureListener

Interface for notifying about the double click (double tap) 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 onMapDoubleClicked(coordinate: GeoCoordinate): Boolean

Called when the map was double clicked on a given GeoCoordinate.