onMapLongClick

open override fun onMapLongClick(point: Point): Boolean

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 clicked on.