verticalAccuracyInMeters property

double? verticalAccuracyInMeters
getter/setter pair

Estimated vertical accuracy. Given that the received Location contains the altitude, the real value of the altitude is estimated to lie within the following range: [altitude - vertical accuracy, altitude + vertical accuracy]. For example, when the altitude is equal to 50 and the vertical accuracy is 8, then the actual value is most likely in the range [42, 58].

Implementation

double? verticalAccuracyInMeters;