OnMapLongClickListener

fun fun interface OnMapLongClickListener

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onMapLongClick
Link copied to clipboard
abstract fun onMapLongClick(point: Point): Boolean
Called when the user long clicks on the map view.
toString
Link copied to clipboard
open fun toString(): String

Inheritors

AnnotationManagerImpl
Link copied to clipboard