onMapLongClicked

abstract fun onMapLongClicked(coordinate: GeoCoordinate): Boolean

Called when the user performed the longer press gesture add the given map GeoCoordinate.

Return

True if the callback was consumed, false otherwise.

Parameters

coordinate

The GeoCoordinate where the map was long clicked.