<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKLocalSearchCompleter/ResultType",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:@E@MKLocalSearchCompleterResultType"
  },
  "title" : "MKLocalSearchCompleter.ResultType"
}
-->

# MKLocalSearchCompleter.ResultType

Options that indicate types of search completions.

```
struct ResultType
```

## Topics

### Type properties

[`MKLocalSearchCompleterResultTypeAddress`](/documentation/MapKit/MKLocalSearchCompleter/ResultType/address)

A value that indicates that the search completer includes address completions in the result.

[`MKLocalSearchCompleterResultTypePointOfInterest`](/documentation/MapKit/MKLocalSearchCompleter/ResultType/pointOfInterest)

A value that indicates that the search completer includes point-of-interest completions in the result.

[`MKLocalSearchCompleterResultTypePhysicalFeature`](/documentation/MapKit/MKLocalSearchCompleter/ResultType/physicalFeature)

A value that indicates that the search completer includes physical feature completions in the result.

[`MKLocalSearchCompleterResultTypeQuery`](/documentation/MapKit/MKLocalSearchCompleter/ResultType/query)

A value that indicates that the search completer includes query completions in the result.

### Initializers

[`init(rawValue:)`](/documentation/MapKit/MKLocalSearchCompleter/ResultType/init(rawValue:))

Creates a direction transport type using a raw unsigned integer value.

[`MKLocalSearchCompleterResultTypeAddress`](/documentation/MapKit/MKLocalSearchCompleter/ResultType/address)

A value that indicates that the search completer includes address completions in the result.

[`MKLocalSearchCompleterResultTypePointOfInterest`](/documentation/MapKit/MKLocalSearchCompleter/ResultType/pointOfInterest)

A value that indicates that the search completer includes point-of-interest completions in the result.

[`MKLocalSearchCompleterResultTypePhysicalFeature`](/documentation/MapKit/MKLocalSearchCompleter/ResultType/physicalFeature)

A value that indicates that the search completer includes physical feature completions in the result.

[`MKLocalSearchCompleterResultTypeQuery`](/documentation/MapKit/MKLocalSearchCompleter/ResultType/query)

A value that indicates that the search completer includes query completions in the result.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`OptionSet`](/documentation/Swift/OptionSet)

[`Equatable`](/documentation/Swift/Equatable)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)