OnMapLongClickListener

fun interface OnMapLongClickListener

Interface definition for a callback to be invoked when the user long clicks on the map view.

Functions

onMapLongClick
Link copied to clipboard
abstract fun onMapLongClick(point: Point): Boolean

Called when the user long clicks on the map view.

Inheritors

AnnotationManagerImpl
Link copied to clipboard