OnAnnotationInteractionListener

interface OnAnnotationInteractionListener<T : Annotation<*>>

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

Parameters

generic parameter extending from Annotation

Functions

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

Inheritors

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