---
title: excludingAll
framework: mapkit
role: symbol
role_heading: Type Property
path: mapkit/mkpointofinterestfilter/excludingall
---

# excludingAll

A filter that excludes all point of interest categories.

## Declaration

```swift
class var excludingAll: MKPointOfInterestFilter { get }
```

## Discussion

Discussion You can use excludingAll  to remove all points of interest from your map view without listing all the categories individually.

## See Also

### Creating filters

- [includingAll](mapkit/mkpointofinterestfilter/includingall.md)
- [init(excluding:)](mapkit/mkpointofinterestfilter/init(excluding:).md)
- [init(including:)](mapkit/mkpointofinterestfilter/init(including:).md)
