---
title: region
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/pointsofinterestsearch/region
---

# region

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

## Declaration

```data
get region(): CoordinateRegion | null;
set region(value: CoordinateRegionData | null);
```

## 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

### Creating a Points of Interest Search

- [new PointsOfInterestSearch(options)](mapkitjs/pointsofinterestsearch/pointsofinterestsearchconstructor.md)
- [PointsOfInterestSearchConstructorOptions](mapkitjs/pointsofinterestsearchconstructoroptions.md)
- [PointsOfInterestSearchOptions](mapkitjs/pointsofinterestsearchoptions.md)
- [center](mapkitjs/pointsofinterestsearch/center.md)
- [radius](mapkitjs/pointsofinterestsearch/radius.md)
- [pointOfInterestFilter](mapkitjs/pointsofinterestsearch/pointofinterestfilter.md)
- [language](mapkitjs/serviceconstructoroptions/language.md)
- [MaxRadius](mapkitjs/pointsofinterestsearch/maxradius.md)
