Created
August 5, 2010 19:48
-
-
Save apinstein/510278 to your computer and use it in GitHub Desktop.
navigator.geolocation.getAccuratePosition
Cool, thanks! Glad it was helpful.
…On Dec 5, 2011, at 9:12 PM, gorelog wrote:
Hello,
I want to thank you for sharing this. I've been struggling to get accurate positioning and I'm hoping this will help. I noticed that the bestPosition returned was always the last one generated, so I added a little check before passing the current position to the bestPosition. https://gist.github.com/1436289
Thanks again.
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/510278
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I want to thank you for sharing this. I've been struggling to get accurate positioning and I'm hoping this will help. I noticed that the bestPosition returned was always the last one generated, so I added a little check before passing the current position to the bestPosition. https://gist.github.com/1436289
Thanks again.