---
title: boundingRegion
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mklocalsearch/response/boundingregion
---

# boundingRegion

The map region that encloses the returned search results.

## Declaration

```swift
var boundingRegion: MKCoordinateRegion { get }
```

## Discussion

Discussion The returned region is the smallest bounding box that encloses all of the map items. If there’s only one search result, the size of the region may be (0, 0).

## See Also

### Getting the search results

- [mapItems](mapkit/mklocalsearch/response/mapitems.md)
