onMapLongClicked

abstract fun onMapLongClicked(e: MotionEvent): Boolean

Notified when a long click occurs.

Return

true if the event is consumed, else false

Parameters

e

The down motion event of the long click.