Condividi tramite


CLGeocoder.GeocodePostalAddress Metodo

Definizione

Overload

GeocodePostalAddress(CNPostalAddress, CLGeocodeCompletionHandler)
GeocodePostalAddress(CNPostalAddress, NSLocale, CLGeocodeCompletionHandler)

GeocodePostalAddress(CNPostalAddress, CLGeocodeCompletionHandler)

[Foundation.Export("geocodePostalAddress:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void GeocodePostalAddress (Contacts.CNPostalAddress postalAddress, CoreLocation.CLGeocodeCompletionHandler completionHandler);
abstract member GeocodePostalAddress : Contacts.CNPostalAddress * CoreLocation.CLGeocodeCompletionHandler -> unit
override this.GeocodePostalAddress : Contacts.CNPostalAddress * CoreLocation.CLGeocodeCompletionHandler -> unit

Parametri

postalAddress
CNPostalAddress
completionHandler
CLGeocodeCompletionHandler
Attributi

Si applica a

GeocodePostalAddress(CNPostalAddress, NSLocale, CLGeocodeCompletionHandler)

[Foundation.Export("geocodePostalAddress:preferredLocale:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void GeocodePostalAddress (Contacts.CNPostalAddress postalAddress, Foundation.NSLocale locale, CoreLocation.CLGeocodeCompletionHandler completionHandler);
abstract member GeocodePostalAddress : Contacts.CNPostalAddress * Foundation.NSLocale * CoreLocation.CLGeocodeCompletionHandler -> unit
override this.GeocodePostalAddress : Contacts.CNPostalAddress * Foundation.NSLocale * CoreLocation.CLGeocodeCompletionHandler -> unit

Parametri

postalAddress
CNPostalAddress
locale
NSLocale

Da aggiungere.

Questo parametro può essere null.

completionHandler
CLGeocodeCompletionHandler
Attributi

Si applica a