GpsStatus.TimeToFirstFix Property

Definition

Returns the time required to receive the first fix since the most recent restart of the GPS engine.

public int TimeToFirstFix { [Android.Runtime.Register("getTimeToFirstFix", "()I", "")] get; }
[<get: Android.Runtime.Register("getTimeToFirstFix", "()I", "")>]
member this.TimeToFirstFix : int

Property Value

time to first fix in milliseconds

Attributes

Remarks

Returns the time required to receive the first fix since the most recent restart of the GPS engine.

Java documentation for android.location.GpsStatus.getTimeToFirstFix().

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