Location.Course Property

Definition

Degrees relative to true north.

public Nullable<double> Course { get; set; }

Property Value

System.Nullable<System.Double>

0..360 in degrees relative to true north where 0 or 360 degrees are true north, increasing clockwise. null if unavailable.

Remarks

Requires a high accuracy query of location and may not be returned by Geolocation.GetLastKnownLocationAsync

Applies to