Share via


CLLocationManager.Heading プロパティ

定義

最新の見出し (デバイスが移動する方向)。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreLocation.CLHeading Heading { [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("heading", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.Heading : CoreLocation.CLHeading

プロパティ値

この値は、見出しの更新が開始されていない場合に使用 null できます。

属性

注釈

見出し情報は、ハードウェア磁力計を搭載したデバイスでのみ使用できます。 (「HeadingAvailable」を参照)。

適用対象