---
title: MKAddressFilter
framework: mapkit
role: symbol
role_heading: Class
path: mapkit/mkaddressfilter
---

# MKAddressFilter

An object that filters which address options to include or exclude in search results.

## Declaration

```swift
class MKAddressFilter
```

## Overview

Overview Use this object to filter search results by criteria, such as country, region, and municipality. See MKAddressFilter.Options for more information.

## Topics

### Creating a filter

- [init(excluding:)](mapkit/mkaddressfilter/init(excluding:).md)
- [init(including:)](mapkit/mkaddressfilter/init(including:).md)

### Filtering results

- [MKAddressFilter.Options](mapkit/mkaddressfilter/options.md)
- [excludingAll](mapkit/mkaddressfilter/excludingall.md)
- [includingAll](mapkit/mkaddressfilter/includingall.md)
- [excludes(_:)](mapkit/mkaddressfilter/excludes(_:).md)
- [includes(_:)](mapkit/mkaddressfilter/includes(_:).md)

### Initializers

- [init(coder:)](mapkit/mkaddressfilter/init(coder:).md)
- [init(excludingOptions:)](mapkit/mkaddressfilter/init(excludingoptions:).md)
- [init(includingOptions:)](mapkit/mkaddressfilter/init(includingoptions:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Local search

- [Interacting with nearby points of interest](mapkit/interacting-with-nearby-points-of-interest.md)
- [MKLocalSearchRegionPriority](mapkit/mklocalsearchregionpriority.md)
- [MKLocalSearch.ResultType](mapkit/mklocalsearch/resulttype.md)
- [MKLocalSearch](mapkit/mklocalsearch.md)
- [MKAddressFilter.Options](mapkit/mkaddressfilter/options.md)
- [MKLocalSearchCompleter.ResultType](mapkit/mklocalsearchcompleter/resulttype.md)
- [MKLocalSearchCompleter](mapkit/mklocalsearchcompleter.md)
- [MKLocalSearchCompletion](mapkit/mklocalsearchcompletion.md)
- [MKLocalPointsOfInterestRequest](mapkit/mklocalpointsofinterestrequest.md)
