Contents

addTileOverlays(tileOverlays)

Adds an array of tile overlays to the map.

Declaration

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

Parameters

  • tileOverlays:

    An array of tile overlays to add.

Return Value

Returns the array of tile overlays.

See Also

Adding and removing tile overlays