---
title: MKLocalSearch.ResultType
framework: mapkit
role: symbol
role_heading: Structure
path: mapkit/mklocalsearch/resulttype
---

# MKLocalSearch.ResultType

Options that indicate types of search results.

## Declaration

```swift
struct ResultType
```

## Overview

Overview These options configure the types of search results you want to receive from MKLocalSearch.Request, including points of interest and addresses.

## Topics

### Creating the result type

- [init(rawValue:)](mapkit/mklocalsearch/resulttype/init(rawvalue:).md)

### Specifying types of search results

- [address](mapkit/mklocalsearch/resulttype/address.md)
- [pointOfInterest](mapkit/mklocalsearch/resulttype/pointofinterest.md)
- [physicalFeature](mapkit/mklocalsearch/resulttype/physicalfeature.md)
- [address](mapkit/mklocalsearch/resulttype/address.md)
- [pointOfInterest](mapkit/mklocalsearch/resulttype/pointofinterest.md)
- [physicalFeature](mapkit/mklocalsearch/resulttype/physicalfeature.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Local search

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