---
title: MKFeatureDisplayPriority
framework: mapkit
role: symbol
role_heading: Structure
path: mapkit/mkfeaturedisplaypriority
---

# MKFeatureDisplayPriority

Constants that indicates the display priority for annotations.

## Declaration

```swift
struct MKFeatureDisplayPriority
```

## Topics

### Priorities

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

### Creating Feature Display Priorities

- [init(_:)](mapkit/mkfeaturedisplaypriority/init(_:).md)
- [init(rawValue:)](mapkit/mkfeaturedisplaypriority/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Setting the priority for display

- [displayPriority](mapkit/mkannotationview/displaypriority.md)
- [zPriority](mapkit/mkannotationview/zpriority.md)
- [selectedZPriority](mapkit/mkannotationview/selectedzpriority.md)
- [MKAnnotationViewZPriority](mapkit/mkannotationviewzpriority.md)
