OnMapClickListener

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

fun fun interface OnMapClickListener

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onMapClick
Link copied to clipboard

Called when the user clicks on the map view.

abstract fun onMapClick(point: Point): Boolean
toString
Link copied to clipboard
open override fun toString(): String

Inheritors

AnnotationManagerImpl
Link copied to clipboard