removeTileOverlay(tileOverlay)
Removes a tile overlay from the map.
Declaration
removeTileOverlay(tileOverlay: TileOverlay): TileOverlay;Parameters
- tileOverlay:
The tile overlay to remove.
Return Value
Returns the tile overlay.
Removes a tile overlay from the map.
removeTileOverlay(tileOverlay: TileOverlay): TileOverlay;The tile overlay to remove.
Returns the tile overlay.