OnMapClickListener

fun fun interface OnMapClickListener

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onMapClick
Link copied to clipboard
abstract fun onMapClick(point: Point): Boolean
Called when the user clicks on the map view.
toString
Link copied to clipboard
open fun toString(): String

Inheritors

AnnotationManagerImpl
Link copied to clipboard