MapClick

inner class MapClick : OnMapClickListener

Class handle the map click event

Constructors

MapClick
Link copied to clipboard
fun MapClick()

Functions

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

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.