Contents

init(coordinate:postalAddress:)

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

Declaration

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 object.

See Also

Creating a placemark object