---
title: defaultLow
framework: mapkit
role: symbol
role_heading: Type Property
path: mapkit/mkfeaturedisplaypriority/defaultlow
---

# defaultLow

A constant indicating that the item’s display priority is low.

## Declaration

```swift
static var defaultLow: MKFeatureDisplayPriority { get }
```

## Discussion

Discussion An annotation view with this priority is removed from the map when its bounds collide with the bounds of another view with a higher priority. If the priorities of the two views are equal, the view furthest from the center of the map’s visible region is hidden first.

## See Also

### Priorities

- [required](mapkit/mkfeaturedisplaypriority/required.md)
- [defaultHigh](mapkit/mkfeaturedisplaypriority/defaulthigh.md)
