<!--
{
  "availability" : [
    "MapKit JS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/Map/tileOverlays",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instp/mapkit.Map/tileOverlays"
  },
  "title" : "tileOverlays"
}
-->

# tileOverlays

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

```
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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)