---
title: defaultHigh
framework: mapkit
role: symbol
role_heading: Type Property
path: mapkit/mkfeaturedisplaypriority/defaulthigh
---

# defaultHigh

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

## Declaration

```swift
static var defaultHigh: 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)
- [defaultLow](mapkit/mkfeaturedisplaypriority/defaultlow.md)
