GnssMeasurement.StateGalE1bcCodeLock Field

Definition

Caution

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

This Galileo measurement's tracking state has E1B/C code lock.

[Android.Runtime.Register("STATE_GAL_E1BC_CODE_LOCK", ApiSince=24)]
[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 StateGalE1bcCodeLock = 1024;
[<Android.Runtime.Register("STATE_GAL_E1BC_CODE_LOCK", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Locations.GnssState enum directly instead of this field.", true)>]
val mutable StateGalE1bcCodeLock : Android.Locations.GnssState

Field Value

Value = 1024

Implements

Attributes

Remarks

This Galileo measurement's tracking state has E1B/C code lock.

Java documentation for android.location.GnssMeasurement.STATE_GAL_E1BC_CODE_LOCK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to