removeAnnotations(annotations)
Removes multiple annotations from the map.
Declaration
removeAnnotations(annotations: Annotation[]): Annotation[];Parameters
- annotations:
An array of annotations to remove.
Return Value
Returns the array of annotations.