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.)

适用于