---
title: region
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mklocalsearch/request/region
---

# region

A map region that provides a hint as to where to search.

## Declaration

```swift
var region: MKCoordinateRegion { get set }
```

## Discussion

Discussion You can use this parameter to narrow the list of search results to those inside or close to the specified region. Specifying a region doesn’t ensure that the results are all inside the region. It’s merely a hint to the search engine.

## See Also

### Configuring the search parameters

- [addressFilter](mapkit/mklocalsearch/request/addressfilter.md)
- [naturalLanguageQuery](mapkit/mklocalsearch/request/naturallanguagequery.md)
- [physicalFeature](mapkit/mklocalsearch/resulttype/physicalfeature.md)
- [pointOfInterestFilter](mapkit/mklocalsearch/request/pointofinterestfilter.md)
- [regionPriority](mapkit/mklocalsearch/request/regionpriority.md)
- [resultTypes](mapkit/mklocalsearch/request/resulttypes.md)
- [MKLocalSearch.Request.ResultType](mapkit/mklocalsearch/request/resulttype.md)
