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.
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.