共用方式為


CLGeocoder.ReverseGeocodeLocation 方法

定義

多載

ReverseGeocodeLocation(CLLocation, CLGeocodeCompletionHandler)

向人類位址要求經度/緯度。

ReverseGeocodeLocation(CLLocation, NSLocale, CLGeocodeCompletionHandler)

ReverseGeocodeLocation(CLLocation, CLGeocodeCompletionHandler)

向人類位址要求經度/緯度。

[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

參數

location
CLLocation

要查閱的位置。

completionHandler
CLGeocodeCompletionHandler

反向查閱完成時叫用的方法。

屬性

適用於

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

參數

location
CLLocation
locale
NSLocale

即將加入。

這個參數可以是 null

completionHandler
CLGeocodeCompletionHandler
屬性

適用於