<!--
{
  "availability" : [
    "MapKit JS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/MapLoadPriority",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "enum/mapkit.MapLoadPriority"
  },
  "title" : "MapLoadPriority"
}
-->

# MapLoadPriority

Constants that prioritize the visibility of specific map features during map loading.

```
const MapLoadPriority: Readonly<{
    readonly LandCover: "LandCover";
    readonly PointsOfInterest: "PointsOfInterest";
    readonly None: null;
}>
type MapLoadPriority = (typeof MapLoadPriority)[keyof typeof MapLoadPriority];
```

## Topics

### Prioritizations

[`readonly LandCover: "LandCover";`](/documentation/MapKitJS/MapLoadPriority/LandCover)

Prioritizes loading of the map land cover and borders, without POIs or labels.

[`readonly PointsOfInterest: "PointsOfInterest";`](/documentation/MapKitJS/MapLoadPriority/PointsOfInterest)

Prioritizes loading of the full standard map, with rendered POIs.

[`readonly None: null;`](/documentation/MapKitJS/MapLoadPriority/None)

Signifies no preference for 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)