GnssStatus.GetConstellationType(Int32) メソッド

定義

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

[Android.Runtime.Register("getConstellationType", "(I)I", "", ApiSince=24)]
public Android.Locations.GnssConstellationType GetConstellationType (int satelliteIndex);
[<Android.Runtime.Register("getConstellationType", "(I)I", "", ApiSince=24)>]
member this.GetConstellationType : int -> Android.Locations.GnssConstellationType

パラメーター

satelliteIndex
Int32

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

戻り値

属性

注釈

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

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

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

適用対象