Share via


GnssMeasurementRequest.IsFullTracking Property

Definition

Represents whether to enable full GNSS tracking.

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

Property Value

Attributes

Remarks

Represents whether to enable full GNSS tracking.

If true, GNSS chipset switches off duty cycling. In such a 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. The GNSS chipset will consume more power in full tracking mode than in duty cycling mode. If false, GNSS chipset optimizes power via duty cycling, constellations and frequency limits, etc.

Full GNSS tracking mode affects GnssMeasurement and other GNSS functionalities including GNSS location.

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