Language

GnssStatus.HasElapsedRealtimeUncertaintyNanos(Int32) Method

Definition

Returns true if #getElapsedRealtimeUncertaintyNanos() is available, false otherwise.

[Android.Runtime.Register("hasElapsedRealtimeUncertaintyNanos", "(I)Z", "", ApiSince=37)]
public bool HasElapsedRealtimeUncertaintyNanos(int satelliteIndex);
[<Android.Runtime.Register("hasElapsedRealtimeUncertaintyNanos", "(I)Z", "", ApiSince=37)>]
member this.HasElapsedRealtimeUncertaintyNanos : int -> bool

Parameters

satelliteIndex
Int32

Value is 0 or greater

Returns

Attributes

Remarks

Android reference for android.location.GnssStatus.hasElapsedRealtimeUncertaintyNanos.

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