Share via


CLLocation.Course Property

Definition

The direction, in positive degrees, in which the device is moving relative to true North.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual double Course { [Foundation.Export("course")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("course")>]
member this.Course : double

Property Value

Negative values are invalid. Travel due West is 270, not -90.

Attributes

Remarks

This property is not be available on all devices.

Applies to