Contents

tileOverlays

An array of all of the map’s tile overlays.

Declaration

get tileOverlays(): TileOverlay[];
set tileOverlays(tileOverlays: TileOverlay[]);

Discussion

You can set this attribute to a new (possibly empty) array of tile overlays, to update or remove all the tile overlays on the map.

See Also

Adding and removing tile overlays