---
title: including(categories)
framework: mapkitjs
role: symbol
role_heading: Static Method
path: mapkitjs/pointofinterestfilter/including
---

# including(categories)

Creates a point-of-interest filter that includes categories from a list that you provide.

## Declaration

```data
static including(
    categories: PointOfInterestCategory[],
): PointOfInterestFilter;
```

## See Also

### Creating filters

- [excluding(categories)](mapkitjs/pointofinterestfilter/excluding.md)
- [excludingAllCategories](mapkitjs/pointofinterestfilter/excludingallcategories.md)
- [includingAllCategories](mapkitjs/pointofinterestfilter/includingallcategories.md)
