onMapClicked

abstract fun onMapClicked(coordinate: GeoPoint): Boolean

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

Return

True if the callback was consumed, false otherwise.

Parameters

coordinate

The GeoPoint where The map was clicked.