Android.Locations.Location.ElapsedRealtimeNanos Property
Return the time of this fix, in elapsed real-time since system boot.

Syntax

[get: Android.Runtime.Register("getElapsedRealtimeNanos", "()J", "GetGetElapsedRealtimeNanosHandler")]
[set: Android.Runtime.Register("setElapsedRealtimeNanos", "(J)V", "GetSetElapsedRealtimeNanos_JHandler")]
public virtual long ElapsedRealtimeNanos { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the time of this fix, in elapsed real-time since system boot. This value can be reliably compared to Android.OS.SystemClock.ElapsedRealtimeNanos, to calculate the age of a fix and to compare Location fixes. This is reliable because elapsed real-time is guaranteed monotonic for each system boot and continues to increment even when the system is in deep sleep (unlike Location.Time. All locations generated by the Android.Locations.LocationManager are guaranteed to have a valid elapsed real-time.

Set method documentation [Android Documentation]

Set the time of this fix, in elapsed real-time since system boot.

Requirements

Namespace: Android.Locations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17