InduMeark opened a new issue #219:
URL: https://github.com/apache/cordova-plugin-geolocation/issues/219


   Unable to get an exact current location using this plugin. Getting the 
location which is 2 to 5kms away from my current location.
   
   ### What is expected to happen?
   
   Expectation: Exact Current latitude and longitude.
   
   ### What does actually happen?
   
   Getting the location which is 2 to 5kms away from my current location.
   
   ## Information
   Added options:
   { maximumAge: 3000, timeout: 5000, enableHighAccuracy: true };
   Still not getting Correct location
   
   
   ### Command or Code
   navigator.geolocation.getCurrentPosition(onSuccess, onError);
   
   
   ### Environment, Platform, Device
   Getting the same issue in all android devices.
   
   
   ### Version information
   "devDependencies": {
       "cordova-android": "^9.0.0",
       "cordova-browser": "^6.0.0",
       "cordova-plugin-geolocation": "^4.1.0",
       "cordova-plugin-whitelist": "^1.3.4"
     },
     "cordova": {
       "plugins": {
         "cordova-plugin-whitelist": {},
         "cordova-plugin-geolocation": {
           "GPS_REQUIRED": "true"
         }
       },
     }
   
   
   
   


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to