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 2020/03/11 23:15:18 UTC

[GitHub] [cordova-plugin-geolocation] breautek commented on issue #179: Ionic 3 getCurrentPosition getting wrong coords and timestamp on Android 8

breautek commented on issue #179: Ionic 3 getCurrentPosition getting wrong coords and timestamp on Android 8
URL: https://github.com/apache/cordova-plugin-geolocation/issues/179#issuecomment-597926060
 
 
   When this occurs, does it also have a high ( >30) accuracy value? These could be erroneous GPS events that come from the GPS receiver itself, which usually happens when the GPS receiver "wakes up". In these cases, it's usually expected the developer to listen and filter the GPS that doesn't make sense based on their application.
   
   Additionally, this may occur if you use the `maximumAge` option as that will return cached GPS points, however you'll need a really high value to get a GPS point a week old...

----------------------------------------------------------------
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