You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/07 00:02:39 UTC

[GitHub] [cordova-plugin-geolocation] breautek edited a comment on issue #182: position.coords.accuracy is inaccurate by 200+ feet

breautek edited a comment on issue #182: position.coords.accuracy is inaccurate by 200+ feet
URL: https://github.com/apache/cordova-plugin-geolocation/issues/182#issuecomment-550557117
 
 
   I see.
   
   The accuracy reading is suppose to be the amount of meters within the real location with a 95% confidence level.
   
   So if you have a reading of 20 feet, or 6 meters... but the given location is 2 miles, or ~3200 meters away from the real location, then obviously that is wrong.. and definitely not within the 95% range.
   
   Unfortunately, there isn't anything Cordova can do about this problem as Cordova doesn't have a geolocation implementation for android, it just uses the browser implementation. For android, this plugin just simply exposes the permission model.
   
   If this is in anyway consistently reproducible, I'd consider making a bug report to the chrome webview team.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org