GnssMeasurement.StateGalE1c2ndCodeLock 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 E1C secondary code lock.

[Android.Runtime.Register("STATE_GAL_E1C_2ND_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 StateGalE1c2ndCodeLock = 2048;
[<Android.Runtime.Register("STATE_GAL_E1C_2ND_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 StateGalE1c2ndCodeLock : Android.Locations.GnssState

Field Value

Value = 2048

Implements

Attributes

Remarks

This Galileo measurement's tracking state has E1C secondary code lock.

Java documentation for android.location.GnssMeasurement.STATE_GAL_E1C_2ND_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