verticalAccuracy property
The vertical accuracy of the location in meters.
Implementation
double get verticalAccuracy {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Location_getVerticalAccuracy(_handle, errorHandler);
});
}