removeOverlays(overlays)
Removes multiple overlays from the map.
Declaration
removeOverlays(overlays: Overlay[]): Overlay[];Parameters
- overlays:
An array of overlays to remove.
Return Value
Returns the array of overlays.
Removes multiple overlays from the map.
removeOverlays(overlays: Overlay[]): Overlay[];An array of overlays to remove.
Returns the array of overlays.