onAnnotationSelected property

ValueChanged<Annotation?>? onAnnotationSelected
final

Called when an annotation's selection state changes.

Receives the selected annotation, or null if selection was cleared.

Implementation

final ValueChanged<Annotation?>? onAnnotationSelected;