-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate high accuracy mode alternatives #6
Comments
Re. part 1, UAs had quite the latitude in implementing the previous Geolocation API, resulting in a soup of sensors including WiFi and GPS, with a potential low accuracy IP mapping as a fallback. Developers tended to resent the lack of feedback as to what choices were being done without proper communication, so perhaps we could consider a list of supported/active providers of geolocation like Android seems to have. Use case two reminds me a bit of Geofencing of which there was an API that seems to be put on ice, @mkruisselbrink might be able to provide some insights. |
For our use cases it's desirable to be able to let the client of the I think it's best to let the client express the accuracy in absolute terms (meters) rather than a relative concept like "high accuracy". This is related to, but different from, https://github.com/WICG/geolocation-sensor/issues/13 |
@anssiko If I remember correctly, we were experimenting with @pozdnyakov WDYT? |
|
Having both a |
This issue seems to be a duplicate of #13. I submitted a proposal in https://github.com/WICG/geolocation-sensor/issues/13#issuecomment-366701610 and suggest we continue discussion in that issue. |
The
highAccuracy
flag is a hint, and as a consequence, has known interop issues. Investigate whether this flag could be dropped from the modernized API. Are there any use cases that would support porting it over?It seems a better alternative would be an API that addresses the following use case properly, especially for a one-shot geolocation request (via https://github.com/WICG/geolocation-sensor/issues/2):
This suggest a web developer settable accuracy thresholds of some sort.
The text was updated successfully, but these errors were encountered: