---
title: MKLocalSearchRegionPriority
framework: mapkit
role: symbol
role_heading: Enumeration
path: mapkit/mklocalsearchregionpriority
---

# MKLocalSearchRegionPriority

A value that indicates the importance of the configured region.

## Declaration

```swift
enum MKLocalSearchRegionPriority
```

## Topics

### Setting region priority

- [MKLocalSearchRegionPriority.default](mapkit/mklocalsearchregionpriority/default.md)
- [MKLocalSearchRegionPriority.required](mapkit/mklocalsearchregionpriority/required.md)

### Initializers

- [init(rawValue:)](mapkit/mklocalsearchregionpriority/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

### Local search

- [Interacting with nearby points of interest](mapkit/interacting-with-nearby-points-of-interest.md)
- [MKLocalSearch.ResultType](mapkit/mklocalsearch/resulttype.md)
- [MKLocalSearch](mapkit/mklocalsearch.md)
- [MKAddressFilter.Options](mapkit/mkaddressfilter/options.md)
- [MKAddressFilter](mapkit/mkaddressfilter.md)
- [MKLocalSearchCompleter.ResultType](mapkit/mklocalsearchcompleter/resulttype.md)
- [MKLocalSearchCompleter](mapkit/mklocalsearchcompleter.md)
- [MKLocalSearchCompletion](mapkit/mklocalsearchcompletion.md)
- [MKLocalPointsOfInterestRequest](mapkit/mklocalpointsofinterestrequest.md)
