MapClick

Class handle the map click event

inner class MapClick : OnMapClickListener

Constructors

MapClick
Link copied to clipboard
fun MapClick()

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. Note that calling this method is blocking main thread until querying map for features is finished.

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