Edit

Share via


CLPlacemark.GetPlacemark(CLLocation, String, CNPostalAddress) Method

Definition

Creates a new placemark from the given name, location, and postal address.

public static CoreLocation.CLPlacemark GetPlacemark (CoreLocation.CLLocation location, string name, Contacts.CNPostalAddress postalAddress);
static member GetPlacemark : CoreLocation.CLLocation * string * Contacts.CNPostalAddress -> CoreLocation.CLPlacemark

Parameters

location
CLLocation
name
String
postalAddress
CNPostalAddress

Returns

Applies to