Contents

addTileOverlay(tileOverlay)

Adds a tile overlay to the map.

Declaration

addTileOverlay(tileOverlay: TileOverlay): TileOverlay;

Parameters

  • tileOverlay:

    The tile overlay to add.

Return Value

Returns the tile overlay.

Discussion

MapKit JS adds this overlay to the end of the map’s tileOverlays array.

See Also

Adding and removing tile overlays