<!--
{
  "availability" : [
    "MapKit JS: 5.32.2 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/Map/pointOfInterestFilter",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instp/mapkit.Map/pointOfInterestFilter"
  },
  "title" : "pointOfInterestFilter"
}
-->

# pointOfInterestFilter

The filter that determines the points of interest that display on the map.

```
get pointOfInterestFilter(): PointOfInterestFilter | null;
set pointOfInterestFilter(filter: PointOfInterestFilter | null);
```

## Discussion

The filter specifies point-of-interest categories to include or exclude in a map. The default filter shows all points of interest.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)