onMapClick

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.

Return

True if this click should be consumed and not passed further to other listeners registered afterwards, false otherwise.

Parameters

point

The projected map coordinate the user clicked on.

open override fun onMapClick(point: Point): Boolean