<!--
{
  "availability" : [
    "iOS: 9.3.0 -",
    "iPadOS: 9.3.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.4 -",
    "tvOS: 9.2.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKLocalSearch/Request/init(completion:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKLocalSearchRequest(im)initWithCompletion:"
  },
  "title" : "init(completion:)"
}
-->

# init(completion:)

Creates and returns a search request based on the specified search completion data.

```
init(completion: MKLocalSearchCompletion)
```

## Parameters

`completion`

A search completion object that MapKit obtains from an [`MKLocalSearchCompleter`](/documentation/MapKit/MKLocalSearchCompleter) object. The search request uses the provided object to set the value of the [`naturalLanguageQuery`](/documentation/MapKit/MKLocalSearch/Request/naturalLanguageQuery) property.

## Return Value

An initialized search request.

## Discussion

Use this method when initializing your object from [`MKLocalSearchCompleter`](/documentation/MapKit/MKLocalSearchCompleter) objects. You don’t need to use this method if you intend to provide the search string and region information yourself.

## See Also

  [Location and Maps Programming Guide](https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/LocationAwarenessPG/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009497)



---

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)