---
title: pointOfInterestFilter
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapview/pointofinterestfilter
---

# pointOfInterestFilter

The filter to use for determining the points of interest that appear on the map.

## Declaration

```swift
@NSCopying var pointOfInterestFilter: MKPointOfInterestFilter? { get set }
```

## See Also

### Configuring the map display

- [setCamera(_:animated:)](mapkit/mkmapview/setcamera(_:animated:).md)
- [camera](mapkit/mkmapview/camera.md)
- [showsCompass](mapkit/mkmapview/showscompass.md)
- [showsPitchControl](mapkit/mkmapview/showspitchcontrol.md)
- [showsScale](mapkit/mkmapview/showsscale.md)
- [showsZoomControls](mapkit/mkmapview/showszoomcontrols.md)
- [showsBuildings](mapkit/mkmapview/showsbuildings.md)
- [showsPointsOfInterest](mapkit/mkmapview/showspointsofinterest.md)
- [showsTraffic](mapkit/mkmapview/showstraffic.md)
