OnAnnotationInteractionListener

Generic interface definition of a callback to be invoked when an annotation has been selected or deselected.

interface OnAnnotationInteractionListener<T : Annotation<*>>

Parameters

<T> generic parameter extending from Annotation

Functions

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

Called when an annotation has been deselected

abstract fun onDeselectAnnotation(annotation: T)
onSelectAnnotation
Link copied to clipboard

Called when an annotation has been selected

abstract fun onSelectAnnotation(annotation: T)
toString
Link copied to clipboard
open override fun toString(): String

Inheritors

OnCircleAnnotationInteractionListener
Link copied to clipboard
OnPointAnnotationInteractionListener
Link copied to clipboard
OnPolygonAnnotationInteractionListener
Link copied to clipboard
OnPolylineAnnotationInteractionListener
Link copied to clipboard