Share via


CLGeocoder.ReverseGeocodeLocationAsync Method

Definition

Overloads

ReverseGeocodeLocationAsync(CLLocation)

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

Parameters

location
CLLocation

Returns

A task that represents the asynchronous ReverseGeocodeLocation operation. The value of the TResult parameter is a CLGeocodeCompletionHandler.

Attributes

Applies to

ReverseGeocodeLocationAsync(CLLocation, NSLocale)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<CoreLocation.CLPlacemark[]> ReverseGeocodeLocationAsync(CoreLocation.CLLocation location, Foundation.NSLocale? locale);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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[]>

Parameters

location
CLLocation
locale
NSLocale

Returns

Attributes

Applies to