OnMapClickListener

fun interface OnMapClickListener

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

Functions

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

Called when the user clicks on the map view.

Inheritors

AnnotationManagerImpl
Link copied to clipboard