<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -",
    "swift: -",
    "tvOS: 9.2.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSValue/init(MKCoordinate:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSValue(cm)valueWithMKCoordinate:"
  },
  "title" : "init(MKCoordinate:)"
}
-->

# init(MKCoordinate:)

Creates a new value object containing the specified CoreLocation geographic coordinate structure.

```
init(MKCoordinate coordinate: CLLocationCoordinate2D)
```

## Parameters

`coordinate`

The value for the new object.

## Return Value

A new value object that contains the geographic coordinate information.

## See Also

  <doc://com.apple.documentation/documentation/CoreLocation/CLLocationCoordinate2D>



---

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)