Location.Course Property

Definition

Gets or sets the current degrees relative to true north at the time when this location was determined.

public:
 property Nullable<double> Course { Nullable<double> get(); void set(Nullable<double> value); };
public double? Course { get; set; }
member this.Course : Nullable<double> with get, set
Public Property Course As Nullable(Of Double)

Property Value

0..360 in degrees relative to true north. null if unavailable.

Remarks

Returns 0 or null if not available.

Applies to