Listener

interface Listener<T>

The listener to be notified of annotation selection events.

Functions

Link copied to clipboard
abstract fun didDeselectAnnotation(element: T, coordinateAnnotationLayer: CoordinateAnnotationLayer<T>)

Called when an annotation was deselected

Link copied to clipboard
abstract fun didSelectAnnotation(element: T, coordinateAnnotationLayer: CoordinateAnnotationLayer<T>)

Called when an annotation was selected