Location.ElapsedRealtimeUncertaintyNanos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the uncertainty in nanoseconds of the precision of #getElapsedRealtimeNanos()
at
the 68th percentile confidence level. -or- Sets the uncertainty in nanoseconds of the precision of the elapsed realtime timestamp at a
68% confidence level.
public virtual double ElapsedRealtimeUncertaintyNanos { [Android.Runtime.Register("getElapsedRealtimeUncertaintyNanos", "()D", "GetGetElapsedRealtimeUncertaintyNanosHandler", ApiSince=29)] get; [Android.Runtime.Register("setElapsedRealtimeUncertaintyNanos", "(D)V", "GetSetElapsedRealtimeUncertaintyNanos_DHandler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getElapsedRealtimeUncertaintyNanos", "()D", "GetGetElapsedRealtimeUncertaintyNanosHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setElapsedRealtimeUncertaintyNanos", "(D)V", "GetSetElapsedRealtimeUncertaintyNanos_DHandler", ApiSince=29)>]
member this.ElapsedRealtimeUncertaintyNanos : double with get, set
Property Value
uncertainty in nanoseconds of the elapsed realtime of this location
- Attributes
Remarks
Property getter documentation:
Get the uncertainty in nanoseconds of the precision of #getElapsedRealtimeNanos()
at the 68th percentile confidence level. This means that there is 68% chance that the true elapsed realtime of this location is within #getElapsedRealtimeNanos()
+/- this uncertainty.
This is only valid if #hasElapsedRealtimeUncertaintyNanos()
is true.
Java documentation for android.location.Location.getElapsedRealtimeUncertaintyNanos()
.
Property setter documentation:
Sets the uncertainty in nanoseconds of the precision of the elapsed realtime timestamp at a 68% confidence level.
Java documentation for android.location.Location.setElapsedRealtimeUncertaintyNanos(double)
.
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.