getAccurateCurrentPosition
getAccurateCurrentPosition copied to clipboard
Simple function to complements navigator.geolocation - spends more time fine tuning the location before replying
Thank you for your nice library. I was implementing roughly the same ideas, but it is much cleaner doing it by extending navigator.geolocation than polluting my proper code... I wanted...
Usage?
How exactly do I use this? I tried by adding the .js file into my index.html file, and then in my script, changed getCurrentPosition to getAccurateCurrentPosition (as outlined in the...
Hi, If we follow the readme sample the code would raise errors because the options is passed as third argument, when it actually should be the geoprogress callback. I've added...
Hi, Thank you for this nice and useful work ! Would it be possible to implement a way to interrupt the process ?
This is a theoretical issue, as I didn't encounter it. But under some circumstances you pass `undefined` instead of an actual position. When `setTimeout` calls `stopTrying`, you pass `lastCheckedPosition` to...
I came across your repo while trying to solve the issue with geolocation in iOS6 web apps. Sadly, it doesn't look like this solves my problem, in that my web...