Language

GnssMeasurementRequest.Builder.SetFullTracking(Boolean) Method

Definition

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.

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.

Applies to