GnssClock.FullBiasNanos Property

Definition

Gets the difference between hardware clock (#getTimeNanos()) inside GPS receiver and the true GPS time since 0000Z, January 6, 1980, in nanoseconds.

public long FullBiasNanos { [Android.Runtime.Register("getFullBiasNanos", "()J", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getFullBiasNanos", "()J", "", ApiSince=24)>]
member this.FullBiasNanos : int64

Property Value

Int64
Attributes

Remarks

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

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