CLGeocoder.ReverseGeocodeLocation Method

Definition

Overloads

ReverseGeocodeLocation(CLLocation, CLGeocodeCompletionHandler)

Requests a longitude/latitude to a human address.

ReverseGeocodeLocation(CLLocation, NSLocale, CLGeocodeCompletionHandler)

ReverseGeocodeLocation(CLLocation, CLGeocodeCompletionHandler)

Requests a longitude/latitude to a human address.

[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

Parameters

location
CLLocation

Location to look up.

completionHandler
CLGeocodeCompletionHandler

Method to invoke when the reverse lookup has completed.

Attributes

Applies to

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

Parameters

location
CLLocation
locale
NSLocale

To be added.

This parameter can be null.

completionHandler
CLGeocodeCompletionHandler
Attributes

Applies to