---
title: MKLocalSearchCompleter.ResultType
framework: mapkit
role: symbol
role_heading: Structure
path: mapkit/mklocalsearchcompleter/resulttype
---

# MKLocalSearchCompleter.ResultType

Options that indicate types of search completions.

## Declaration

```swift
struct ResultType
```

## Topics

### Type properties

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

### Initializers

- [init(rawValue:)](mapkit/mklocalsearchcompleter/resulttype/init(rawvalue:).md)
- [address](mapkit/mklocalsearchcompleter/resulttype/address.md)
- [pointOfInterest](mapkit/mklocalsearchcompleter/resulttype/pointofinterest.md)
- [physicalFeature](mapkit/mklocalsearchcompleter/resulttype/physicalfeature.md)
- [query](mapkit/mklocalsearchcompleter/resulttype/query.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.ResultType](mapkit/mklocalsearch/resulttype.md)
- [MKLocalSearch](mapkit/mklocalsearch.md)
- [MKAddressFilter.Options](mapkit/mkaddressfilter/options.md)
- [MKAddressFilter](mapkit/mkaddressfilter.md)
- [MKLocalSearchCompleter](mapkit/mklocalsearchcompleter.md)
- [MKLocalSearchCompletion](mapkit/mklocalsearchcompletion.md)
- [MKLocalPointsOfInterestRequest](mapkit/mklocalpointsofinterestrequest.md)
