---
title: loadPriority
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/map/loadpriority
---

# loadPriority

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

## Declaration

```data
get loadPriority(): MapLoadPriority;
set loadPriority(value: MapLoadPriority);
```

## Discussion

Discussion Use this property to optimize the map-loading experience and prioritize the visibility of specific map features. The available prioritization options are: LandCover — Prioritizes loading of the map land cover and borders, without points of interest (POIs) or labels. This is the default. PointsOfInterest — Prioritizes loading of the full standard map, with rendering of POIs. None — Signifies no preferences over what to prioritize when loading the map.
