OnMapLongClickListener

Interface definition for a callback to be invoked when the user long clicks on the map view.

fun fun interface OnMapLongClickListener

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onMapLongClick
Link copied to clipboard

Called when the user long clicks on the map view.

abstract fun onMapLongClick(point: Point): Boolean
toString
Link copied to clipboard
open override fun toString(): String

Inheritors

AnnotationManagerImpl
Link copied to clipboard