Condividi tramite


CLGeocoder.ReverseGeocodeLocationAsync Metodo

Definizione

Overload

ReverseGeocodeLocationAsync(CLLocation)
ReverseGeocodeLocationAsync(CLLocation, NSLocale)

ReverseGeocodeLocationAsync(CLLocation)

public virtual System.Threading.Tasks.Task<CoreLocation.CLPlacemark[]> ReverseGeocodeLocationAsync (CoreLocation.CLLocation location);
abstract member ReverseGeocodeLocationAsync : CoreLocation.CLLocation -> System.Threading.Tasks.Task<CoreLocation.CLPlacemark[]>
override this.ReverseGeocodeLocationAsync : CoreLocation.CLLocation -> System.Threading.Tasks.Task<CoreLocation.CLPlacemark[]>

Parametri

location
CLLocation

Restituisce

Attività che rappresenta l'operazione ReverseGeocodeLocation asincrona. Il valore del parametro TResult è un CLGeocodeCompletionHandleroggetto .

Si applica a

ReverseGeocodeLocationAsync(CLLocation, NSLocale)

[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 System.Threading.Tasks.Task<CoreLocation.CLPlacemark[]> ReverseGeocodeLocationAsync (CoreLocation.CLLocation location, Foundation.NSLocale locale);
abstract member ReverseGeocodeLocationAsync : CoreLocation.CLLocation * Foundation.NSLocale -> System.Threading.Tasks.Task<CoreLocation.CLPlacemark[]>
override this.ReverseGeocodeLocationAsync : CoreLocation.CLLocation * Foundation.NSLocale -> System.Threading.Tasks.Task<CoreLocation.CLPlacemark[]>

Parametri

location
CLLocation
locale
NSLocale

Restituisce

Attributi

Si applica a