次の方法で共有


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
属性

適用対象