onMapLongClicked

abstract fun onMapLongClicked(coordinate: GeoPoint): Boolean

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

Return

True if the callback was consumed, false otherwise.

Parameters

coordinate

The GeoPoint where the map was long clicked.