次の方法で共有


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 、使用できない場合は を返します。

適用対象