---
title: includePointsOfInterest
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/searchconstructoroptions/includepointsofinterest
---

# includePointsOfInterest

A Boolean value that indicates whether the search results should include points of interest.

## Declaration

```data
includePointsOfInterest?: boolean;
```

## Discussion

Discussion If you set this value to false and include a pointOfInterestFilter, the filter takes precedence and MapKit JS ignores the false value. The default value is true.

## See Also

### Points of Interest

- [pointOfInterestFilter](mapkitjs/searchconstructoroptions/pointofinterestfilter.md)
