Pitbi
Pitbi

Reputation: 83

PhoneGap 3.3, IOS geolocation accuracy always 65

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

Answers (1)

Pitbi
Pitbi

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

Related Questions