GpsStatus.TimeToFirstFix Property

Definition

Caution

deprecated

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

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

Property Value

Int32

time to first fix in milliseconds

Attributes

Remarks

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