CLGeocoder.GeocodePostalAddress メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GeocodePostalAddress(CNPostalAddress, CLGeocodeCompletionHandler) | |
GeocodePostalAddress(CNPostalAddress, NSLocale, CLGeocodeCompletionHandler) |
GeocodePostalAddress(CNPostalAddress, CLGeocodeCompletionHandler)
[Foundation.Export("geocodePostalAddress:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 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)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void GeocodePostalAddress (Contacts.CNPostalAddress postalAddress, CoreLocation.CLGeocodeCompletionHandler completionHandler);
abstract member GeocodePostalAddress : Contacts.CNPostalAddress * CoreLocation.CLGeocodeCompletionHandler -> unit
override this.GeocodePostalAddress : Contacts.CNPostalAddress * CoreLocation.CLGeocodeCompletionHandler -> unit
パラメーター
- postalAddress
- CNPostalAddress
- completionHandler
- CLGeocodeCompletionHandler
- 属性
適用対象
GeocodePostalAddress(CNPostalAddress, NSLocale, CLGeocodeCompletionHandler)
[Foundation.Export("geocodePostalAddress:preferredLocale:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 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)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void GeocodePostalAddress (Contacts.CNPostalAddress postalAddress, Foundation.NSLocale locale, CoreLocation.CLGeocodeCompletionHandler completionHandler);
abstract member GeocodePostalAddress : Contacts.CNPostalAddress * Foundation.NSLocale * CoreLocation.CLGeocodeCompletionHandler -> unit
override this.GeocodePostalAddress : Contacts.CNPostalAddress * Foundation.NSLocale * CoreLocation.CLGeocodeCompletionHandler -> unit
パラメーター
- postalAddress
- CNPostalAddress
- completionHandler
- CLGeocodeCompletionHandler
- 属性