Reputation: 83
I create a PhoneGap application, using geolocation. I use the method watchPosition like this one:
var watchId = navigator.geolocation.watchPosition(geolocationSuccess, [geolocationError], [geolocationOptions]);
My problem is with the accuracy IOS returned is always 65 meters, while with the Android accuracy is variable and correct.
Do you have an idea of where it may come?
Thx in advance :)
Upvotes: 1
Views: 828
Reputation: 83
the problem is that it takes a SIM card connected to the wireless network.
Apparently, when the device has a wireless connection is always accuracy of 65 meters.
:)
Upvotes: 2