---
title: includePointsOfInterest
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/search/includepointsofinterest
---

# includePointsOfInterest

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

## Declaration

```data
get includePointsOfInterest(): boolean;
set includePointsOfInterest(value: 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.
