---
title: region
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/pointsofinterestsearchconstructoroptions/region
---

# region

Sets the region that bounds the area in which to fetch points of interest.

## Declaration

```data
region?: CoordinateRegionData;
```

## Discussion

Discussion The system determines the region from the provided bounding box or derives the region from a box that encloses the circle specified by center and radius.

## See Also

### Configuring fetch options

- [center](mapkitjs/pointsofinterestsearchconstructoroptions/center.md)
- [radius](mapkitjs/pointsofinterestsearchconstructoroptions/radius.md)
- [pointOfInterestFilter](mapkitjs/pointsofinterestsearchconstructoroptions/pointofinterestfilter.md)
- [language](mapkitjs/serviceconstructoroptions/language.md)
