Contents

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.

See Also

Adding and removing overlays