Contents

removeTileOverlays(tileOverlays)

Removes an array of tile overlays from the map.

Declaration

removeTileOverlays(tileOverlays: TileOverlay[]): TileOverlay[];

Parameters

  • tileOverlays:

    An array of tile overlays to remove.

Return Value

Returns the array of tile overlays.

See Also

Adding and removing tile overlays