<!--
{
  "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/MKLocalSearch/ResultType",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:@E@MKLocalSearchResultType"
  },
  "title" : "MKLocalSearch.ResultType"
}
-->

# MKLocalSearch.ResultType

Options that indicate types of search results.

```
struct ResultType
```

## Overview

These options configure the types of search results you want to receive from [`MKLocalSearch.Request`](/documentation/MapKit/MKLocalSearch/Request), including points of interest and addresses.

## Topics

### Creating the result type

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

Creates a search result type from the provided value.

### Specifying types of search results

[`MKLocalSearchResultTypeAddress`](/documentation/MapKit/MKLocalSearch/ResultType/address)

A value that indicates that search results include addresses.

[`MKLocalSearchResultTypePointOfInterest`](/documentation/MapKit/MKLocalSearch/ResultType/pointOfInterest)

A value that indicates that search results include points of interest.

[`MKLocalSearchResultTypePhysicalFeature`](/documentation/MapKit/MKLocalSearch/ResultType/physicalFeature)

A value that indicates that search results include physical features.

[`MKLocalSearchResultTypeAddress`](/documentation/MapKit/MKLocalSearch/ResultType/address)

A value that indicates that search results include addresses.

[`MKLocalSearchResultTypePointOfInterest`](/documentation/MapKit/MKLocalSearch/ResultType/pointOfInterest)

A value that indicates that search results include points of interest.

[`MKLocalSearchResultTypePhysicalFeature`](/documentation/MapKit/MKLocalSearch/ResultType/physicalFeature)

A value that indicates that search results include physical features.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

---

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)