GnssMeasurement.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets per-satellite-signal sync state.
public Android.Locations.GnssState State { [Android.Runtime.Register("getState", "()I", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getState", "()I", "", ApiSince=24)>]
member this.State : Android.Locations.GnssState
Property Value
- Attributes
Remarks
Gets per-satellite-signal sync state.
It represents the current sync state for the associated satellite signal.
This value helps interpret #getReceivedSvTimeNanos()
.
Java documentation for android.location.GnssMeasurement.getState()
.
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.