GnssClock.BiasNanos Property

Definition

Gets the clock's sub-nanosecond bias.

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

Property Value

Attributes

Remarks

Gets the clock's sub-nanosecond bias.

See the description of how this field is part of converting from hardware clock time, to GPS time, in #getFullBiasNanos().

The error estimate for the sum of this field and #getFullBiasNanos is #getBiasUncertaintyNanos().

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

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

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