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

# PointsOfInterestSearchConstructorOptions

Options that you provide when creating a points-of-interest search.

## Declaration

```data
interface PointsOfInterestSearchConstructorOptions
    extends ServiceConstructorOptions
```

## Topics

### Configuring fetch options

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

## Relationships

### Inherits From

- [ServiceConstructorOptions](mapkitjs/serviceconstructoroptions.md)

## See Also

### Creating a Points of Interest Search

- [new PointsOfInterestSearch(options)](mapkitjs/pointsofinterestsearch/pointsofinterestsearchconstructor.md)
- [PointsOfInterestSearchOptions](mapkitjs/pointsofinterestsearchoptions.md)
- [region](mapkitjs/pointsofinterestsearch/region.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)
