AnnotationChangeEvent
Swift
enum AnnotationChangeEvent
Change event to indicate addition, removal or change events.
-
Undocumented
Declaration
Swift
case added(annotations: [Annotation])
-
Undocumented
Declaration
Swift
case removed(annotations: [Annotation])
-
Undocumented
Declaration
Swift
case changed(annotations: [Annotation])