annotations
An array of all the annotations on the map.
Declaration
get annotations(): Annotation[];
set annotations(annotations: Annotation[]);Mentioned in
Discussion
You can set this property to a new (possibly empty) array of annotations, which updates all the annotations on the map.