GnssMeasurementsEvent.IsFullTracking Property

Definition

True indicates that this event was produced while the chipset was in full tracking mode, ie, the GNSS chipset switched off duty cycling.

public bool IsFullTracking { [Android.Runtime.Register("isFullTracking", "()Z", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("isFullTracking", "()Z", "", ApiSince=34)>]
member this.IsFullTracking : bool

Property Value

Attributes

Remarks

True indicates that this event was produced while the chipset was in full tracking mode, ie, the GNSS chipset switched off duty cycling. In this mode, no clock discontinuities are expected and, when supported, carrier phase should be continuous in good signal conditions. All non-blocklisted, healthy constellations, satellites and frequency bands that are meaningful to positioning accuracy must be tracked and reported in this mode.

False indicates that the GNSS chipset may optimize power via duty cycling, constellations and frequency limits, etc.

The value is only available if #hasIsFullTracking() is true.

Java documentation for android.location.GnssMeasurementsEvent.isFullTracking().

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