---
title: boundingRegion
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/searchresponse/boundingregion
---

# boundingRegion

The region that encloses the places from the search results.

## Declaration

```data
boundingRegion: CoordinateRegion | null;
```

## Discussion

Discussion This property isn’t present if there aren’t any results.

## See Also

### Search response

- [places](mapkitjs/searchresponse/places.md)
- [query](mapkitjs/searchresponse/query.md)
