onMapClick

Called when the user clicks on the map view.

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.

abstract fun onMapClick(point: Point): Boolean