altitudeAccuracy property
double?
get
altitudeAccuracy
The altitudeAccuracy
read-only property of the
GeolocationCoordinates interface is a strictly positive double
representing the accuracy, with a 95% confidence level, of the altitude
expressed in meters. This value is null
if the implementation doesn't
support measuring altitude.
Implementation
external double? get altitudeAccuracy;