accuracy property
double
get
accuracy
The accuracy
read-only property of the GeolocationCoordinates
interface is a strictly positive double
representing the accuracy, with
a 95% confidence level, of the GeolocationCoordinates.latitude and
GeolocationCoordinates.longitude properties expressed in meters.
Implementation
external double get accuracy;