Condividi tramite


CLGeocoder.ReverseGeocodeLocation Metodo

Definizione

Overload

ReverseGeocodeLocation(CLLocation, CLGeocodeCompletionHandler)

Richiede una longitudine/latitudine a un indirizzo umano.

ReverseGeocodeLocation(CLLocation, NSLocale, CLGeocodeCompletionHandler)

ReverseGeocodeLocation(CLLocation, CLGeocodeCompletionHandler)

Richiede una longitudine/latitudine a un indirizzo umano.

[Foundation.Export("reverseGeocodeLocation:completionHandler:")]
public virtual void ReverseGeocodeLocation (CoreLocation.CLLocation location, CoreLocation.CLGeocodeCompletionHandler completionHandler);
abstract member ReverseGeocodeLocation : CoreLocation.CLLocation * CoreLocation.CLGeocodeCompletionHandler -> unit
override this.ReverseGeocodeLocation : CoreLocation.CLLocation * CoreLocation.CLGeocodeCompletionHandler -> unit

Parametri

location
CLLocation

Posizione da cercare.

completionHandler
CLGeocodeCompletionHandler

Metodo da richiamare al termine della ricerca inversa.

Attributi

Si applica a

ReverseGeocodeLocation(CLLocation, NSLocale, CLGeocodeCompletionHandler)

[Foundation.Export("reverseGeocodeLocation:preferredLocale:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 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)]
public virtual void ReverseGeocodeLocation (CoreLocation.CLLocation location, Foundation.NSLocale locale, CoreLocation.CLGeocodeCompletionHandler completionHandler);
abstract member ReverseGeocodeLocation : CoreLocation.CLLocation * Foundation.NSLocale * CoreLocation.CLGeocodeCompletionHandler -> unit
override this.ReverseGeocodeLocation : CoreLocation.CLLocation * Foundation.NSLocale * CoreLocation.CLGeocodeCompletionHandler -> unit

Parametri

location
CLLocation
locale
NSLocale

Da aggiungere.

Questo parametro può essere null.

completionHandler
CLGeocodeCompletionHandler
Attributi

Si applica a