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?
source
share