Location.Course Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.