GnssStatus.GetElevationDegrees(Int32) メソッド

定義

指定したインデックス位置にあるサテライトの標高を取得します。

[Android.Runtime.Register("getElevationDegrees", "(I)F", "", ApiSince=24)]
public float GetElevationDegrees (int satelliteIndex);
[<Android.Runtime.Register("getElevationDegrees", "(I)F", "", ApiSince=24)>]
member this.GetElevationDegrees : int -> single

パラメーター

satelliteIndex
Int32

0 から 1 までの #getSatelliteCount() インデックス

戻り値

属性

注釈

指定したインデックス位置にあるサテライトの標高を取得します。

の Java ドキュメント android.location.GnssStatus.getElevationDegrees(int)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象