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

# pointOfInterestFilter

A filter that lists points of interest categories to include or exclude.

## Declaration

```data
get pointOfInterestFilter(): PointOfInterestFilter | null;
set pointOfInterestFilter(value: PointOfInterestFilter | 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)
- [radius](mapkitjs/pointsofinterestsearch/radius.md)
- [language](mapkitjs/serviceconstructoroptions/language.md)
- [MaxRadius](mapkitjs/pointsofinterestsearch/maxradius.md)
