Language

GnssMeasurementsEvent.Builder.SetIsFullTracking(Boolean) Method

Definition

Sets whether the GNSS chipset was in the full tracking mode at the time this event was produced.

[Android.Runtime.Register("setIsFullTracking", "(Z)Landroid/location/GnssMeasurementsEvent$Builder;", "", ApiSince=34)]
public Android.Locations.GnssMeasurementsEvent.Builder SetIsFullTracking(bool isFullTracking);
[<Android.Runtime.Register("setIsFullTracking", "(Z)Landroid/location/GnssMeasurementsEvent$Builder;", "", ApiSince=34)>]
member this.SetIsFullTracking : bool -> Android.Locations.GnssMeasurementsEvent.Builder

Parameters

isFullTracking
Boolean

Returns

Attributes

Remarks

Sets whether the GNSS chipset was in the full tracking mode at the time this event was produced. 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.

Android reference for android.location.GnssMeasurementsEvent.Builder.setIsFullTracking.

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