The most accurate GPS location of the mobile device

I am creating a web-based registration system for mobile devices. It is very important to get the most accurate GPS location (latitude / longitude). HTML5 navigator is not very accurate and doesn’t even use GPS like var, as I can see. Google’s gears are slightly better, but still have a deviation of more than a kilometer or the habit of getting the coordinates of the nearest road.

Can someone give me advice on how to get the most accurate GPS location of a mobile device using JavaScript or such?

+5
source share
1 answer

API . "" . , / , - , . enableHighAccuracy API , , GPS. , .

:

enableHighAccuracy , . . , , . - , , , (, GPS). , , .

http://dev.w3.org/geo/api/spec-source.html

P.S Google Gears, EOL.

+1

All Articles