You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would need to decide on which unit to specify the accuracy in. In my example I used meters since that is what the HTML5 Geo API returns, but I'm not sure that it's the best way. Maybe GDOP could be the way to go...
The text was updated successfully, but these errors were encountered:
I might add that the 65 in this case specifies that the position is somewhere in a circle with a radius of 65 meters and the center at the specified longitude and latitude. My first thought was to specify three accuracy value for the longitude, latitude and altitude respectively, but this might have been a bad idea.
A better proposal would probably be to specify it as [ 65, 10 ] with the second value being optional.
I think that it would be very useful to be able to specify the accuracy at which the coordinates where obtained. E.g.
We would need to decide on which unit to specify the accuracy in. In my example I used meters since that is what the HTML5 Geo API returns, but I'm not sure that it's the best way. Maybe GDOP could be the way to go...
The text was updated successfully, but these errors were encountered: