GnssClock.BiasUncertaintyNanos Property

Definition

Gets the clock's Bias Uncertainty (1-Sigma) in nanoseconds.

public double BiasUncertaintyNanos { [Android.Runtime.Register("getBiasUncertaintyNanos", "()D", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getBiasUncertaintyNanos", "()D", "", ApiSince=24)>]
member this.BiasUncertaintyNanos : double

Property Value

Attributes

Remarks

Gets the clock's Bias Uncertainty (1-Sigma) in nanoseconds.

See the description of how this field provides the error estimate in the conversion from hardware clock time, to GPS time, in #getFullBiasNanos().

The value is only available if #hasBiasUncertaintyNanos() is true.

Java documentation for android.location.GnssClock.getBiasUncertaintyNanos().

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