次の方法で共有


CLLocation.Course プロパティ

定義

デバイスが真の北を基準にして移動する方向を正の角度で指定します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual double Course { [Foundation.Export("course")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.Course : double

プロパティ値

負の値は無効です。 西行きは -90 ではなく 270 です。

属性

注釈

このプロパティは、すべてのデバイスで使用できるわけではありません。

適用対象