You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Different applications with have different requirements for latency and accuracy of geolocation estimates. Something that wants neighborhood/city-scale can tolerate any reasonable error a modern platform will deliver. But, mapping and (my personal use-case) first-person AR views, need as high an accuracy as can be gotten. We tend to "muddle along" with the typical current GPS accuracy (3-10m, or so), but inside or in "urban canyons" the accuracy can really degrade.
When starting up, it is hard to tell if there is even going to be a potential for high accuracy (e.g., before GPS lock), and some platforms (e.g., desktop or other devices without a GPS) can never achieve GPS-level accuracy.
It would be good to be able to request to be notified if the level of accuracy desired cannot be achieved.
(pulling out of #2)
Different applications with have different requirements for latency and accuracy of geolocation estimates. Something that wants neighborhood/city-scale can tolerate any reasonable error a modern platform will deliver. But, mapping and (my personal use-case) first-person AR views, need as high an accuracy as can be gotten. We tend to "muddle along" with the typical current GPS accuracy (3-10m, or so), but inside or in "urban canyons" the accuracy can really degrade.
When starting up, it is hard to tell if there is even going to be a potential for high accuracy (e.g., before GPS lock), and some platforms (e.g., desktop or other devices without a GPS) can never achieve GPS-level accuracy.
It would be good to be able to request to be notified if the level of accuracy desired cannot be achieved.