Location.Course 属性

定义

获取或设置确定此位置时相对于正北的当前度数。

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)

属性值

相对于真正北的 0..360 度。 如果不可用,则为 null。

注解

如果不可用,则返回 0 或 null

适用于