<!--
{
  "availability" : [
    "MapKit JS: 5.73.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/MapConstructorOptions/loadPriority",
  "metadataVersion" : "0.1.0",
  "role" : "Interface Property",
  "symbol" : {
    "kind" : "Interface Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "structp/mapkit.MapConstructorOptions/loadPriority"
  },
  "title" : "loadPriority"
}
-->

# loadPriority

A value MapKit JS uses for prioritizing the visibility of specific map features before the underlaying map tiles.

```
loadPriority?: LoadPriority;
```

## Discussion

Use this property to optimize the map-loading experience and prioritize the visibility of specific map features. The available prioritization options are:

- ``doc://com.apple.mapkitjs/documentation/MapKitJS/LoadPriority/LandCover`` — Prioritizes loading of the map land cover and borders, without points of interest (POIs) or labels. This is the default.
- ``doc://com.apple.mapkitjs/documentation/MapKitJS/LoadPriority/PointsOfInterest`` — Prioritizes loading of the full standard map, with rendering of POIs.
- ``doc://com.apple.mapkitjs/documentation/MapKitJS/LoadPriority/None`` — Signifies no preferences over what to prioritize when loading 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)
