---
title: new PointsOfInterestSearch(options)
framework: mapkitjs
role: symbol
role_heading: Constructor
path: mapkitjs/pointsofinterestsearch/pointsofinterestsearchconstructor
---

# new PointsOfInterestSearch(options)

Creates a search object for fetching points of interest.

## Declaration

```data
constructor(options?: PointsOfInterestSearchConstructorOptions);
```

## Discussion

Discussion To use search, create an instance of a PointsOfInterestSearch. When you initialize a search, you can optionally set properties of the search object by providing a dictionary of PointsOfInterestSearchOptions.

## See Also

### Creating a Points of Interest Search

- [PointsOfInterestSearchConstructorOptions](mapkitjs/pointsofinterestsearchconstructoroptions.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)
