accuracyMeters property

double? accuracyMeters
getter/setter pair

The estimated horizontal accuracy of this pose in meters with 68% confidence (one standard deviation).

For example, on Android, this value is available from this method: https://developer.android.com/reference/android/location/Location#getAccuracy(). Other platforms have different methods of obtaining similar accuracy estimations.

Implementation

core.double? accuracyMeters;