GnssMeasurementRequest.Builder.SetFullTracking(Boolean) Method
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.
Set the value of whether to enable full GNSS tracking, which is false by default.
[Android.Runtime.Register("setFullTracking", "(Z)Landroid/location/GnssMeasurementRequest$Builder;", "", ApiSince=31)]
public Android.Locations.GnssMeasurementRequest.Builder SetFullTracking(bool value);
[<Android.Runtime.Register("setFullTracking", "(Z)Landroid/location/GnssMeasurementRequest$Builder;", "", ApiSince=31)>]
member this.SetFullTracking : bool -> Android.Locations.GnssMeasurementRequest.Builder
Parameters
- value
- Boolean
Returns
- Attributes
Remarks
Set the value of whether to enable full GNSS tracking, which is false by default.
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 the chipset supports must be 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.
Full tracking requests always override non-full tracking requests. If any full tracking request occurs, all listeners on the device will receive full tracking GNSS measurements.
Android reference for android.location.GnssMeasurementRequest.Builder.setFullTracking.
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.