addOnMapLongClickListener

abstract fun addOnMapLongClickListener(onMapLongClickListener: OnMapLongClickListener)

Add a map long click listener that is invoked when a map is clicked.

When several OnMapLongClickListeners are registered - the callbacks will be triggered from first to last.

Parameters

onMapLongClickListener

The map long click listener to be added