<!--
{
  "availability" : [
    "iOS: 10.0.0 - 26.0.0",
    "iPadOS: 10.0.0 - 26.0.0",
    "macCatalyst: 13.1.0 - 26.0.0",
    "macOS: 10.12.0 - 26.0.0",
    "visionOS: 1.0.0 - 26.0.0",
    "watchOS: 3.0.0 - 26.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKPlacemark/init(coordinate:postalAddress:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKPlacemark(im)initWithCoordinate:postalAddress:"
  },
  "title" : "init(coordinate:postalAddress:)"
}
-->

# init(coordinate:postalAddress:)

Creates and returns a placemark object with the specified coordinate and postal address from the user’s Contacts database.

```
init(coordinate: CLLocationCoordinate2D, postalAddress: CNPostalAddress)
```

## Parameters

`coordinate`

The geographic coordinate to associate with the placemark.

`postalAddress`

An object containing the address information from the Contacts framework.

## Return Value

An initialized [`MKPlacemark`](/documentation/MapKit/MKPlacemark) object.

## Discussion

---

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)