onMapDoubleClicked

abstract fun onMapDoubleClicked(coordinate: GeoPoint): Boolean

Called when the map was double clicked on a given GeoPoint.

Return

True if the callback was consumed, false otherwise.

Parameters

coordinate

The GeoPoint where the map was double clicked.