---
title: includingAll
framework: mapkit
role: symbol
role_heading: Type Property
path: mapkit/mkpointofinterestfilter/includingall
---

# includingAll

A filter that includes all point of interest categories.

## Declaration

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

## Discussion

Discussion You can use includingAll  to include all points of interest in your map view without listing all the categories individually.

## See Also

### Creating filters

- [excludingAll](mapkit/mkpointofinterestfilter/excludingall.md)
- [init(excluding:)](mapkit/mkpointofinterestfilter/init(excluding:).md)
- [init(including:)](mapkit/mkpointofinterestfilter/init(including:).md)
