次の方法で共有


CLLocationManagerDelegate_Extensions.UpdatedLocation メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void UpdatedLocation (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLLocation newLocation, CoreLocation.CLLocation oldLocation);
static member UpdatedLocation : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLLocation * CoreLocation.CLLocation -> unit

パラメーター

This
ICLLocationManagerDelegate

この拡張メソッドが動作するインスタンス。

manager
CLLocationManager

CLLocationManagerデリゲート オブジェクトである this

newLocation
CLLocation
oldLocation
CLLocation
属性

適用対象