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

# radius

The distance provided in meters, or the longest distance derived from the center point to the region’s bounding box.

## Declaration

```data
get radius(): number | null;
set radius(value: number | null);
```

## See Also

### Creating a Points of Interest Search

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