onMapClicked

abstract fun onMapClicked(coordinate: GeoCoordinate): Boolean

Called when the map has been clicked at a given GeoCoordinate.

Return

True if the callback was consumed, false otherwise.

Parameters

coordinate

The GeoCoordinate where The map was clicked.