OnAnnotationInteractionListener

interface OnAnnotationInteractionListener<T : Annotation<*>>

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

Parameters

<T> generic parameter extending from Annotation

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onDeselectAnnotation
Link copied to clipboard
abstract fun onDeselectAnnotation(annotation: T)
Called when an annotation has been deselected
onSelectAnnotation
Link copied to clipboard
abstract fun onSelectAnnotation(annotation: T)
Called when an annotation has been selected
toString
Link copied to clipboard
open fun toString(): String

Inheritors

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