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

# region

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 enclosing the circle specified by center and radius.

## See Also

### Configuring fetch options

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