CLGeocoder.ReverseGeocodeLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- completionHandler
- CLGeocodeCompletionHandler
- Attributes