Language

GnssStatus.GetElapsedRealtimeUncertaintyNanos(Int32) Method

Definition

Returns the estimate of the relative precision of the alignment of the #getElapsedRealtimeNanos() timestamp, with the reported GnssStatus in nanoseconds (68% confidence).

[Android.Runtime.Register("getElapsedRealtimeUncertaintyNanos", "(I)D", "", ApiSince=37)]
public double GetElapsedRealtimeUncertaintyNanos(int satelliteIndex);
[<Android.Runtime.Register("getElapsedRealtimeUncertaintyNanos", "(I)D", "", ApiSince=37)>]
member this.GetElapsedRealtimeUncertaintyNanos : int -> double

Parameters

satelliteIndex
Int32

An index from zero to #getSatelliteCount() - 1 <p>The value is only available if #hasElapsedRealtimeUncertaintyNanos() is true.

Returns

Value is 0.0f or greater

Attributes

Remarks

Android reference for android.location.GnssStatus.getElapsedRealtimeUncertaintyNanos.

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