GnssMeasurement.StateGloTodKnown フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Locations.GnssState enum directly instead of this field.

この Glonass 測定の追跡状態は、既知の時刻であり、空中でデコードされていない可能性がありますが、他のソースから決定されています。

[Android.Runtime.Register("STATE_GLO_TOD_KNOWN", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Locations.GnssState enum directly instead of this field.", true)]
public const Android.Locations.GnssState StateGloTodKnown = 32768;
[<Android.Runtime.Register("STATE_GLO_TOD_KNOWN", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Locations.GnssState enum directly instead of this field.", true)>]
val mutable StateGloTodKnown : Android.Locations.GnssState

フィールド値

Value = 32768

実装

属性

注釈

この Glonass 測定の追跡状態は、既知の時刻であり、空中でデコードされていない可能性がありますが、他のソースから決定されています。 TOD デコードが設定されている場合は、TOD Known も設定されます。

の Java ドキュメント android.location.GnssMeasurement.STATE_GLO_TOD_KNOWN

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

適用対象