horizontalAccuracy property
The horizontal accuracy of the location in meters.
Implementation
double get horizontalAccuracy {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Location_getHorizontalAccuracy(
_handle, errorHandler);
});
}