onMapLongClick

Called when the user long clicks on the map view.

Return

True if this click should be consumed and not passed further to other listeners registered afterwards, false otherwise.

Parameters

point

The projected map coordinate the user long clicked on.

abstract fun onMapLongClick(point: Point): Boolean