Skip to content
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

Allow coarser location to be used #19

Open
pataquets opened this issue Nov 24, 2017 · 4 comments
Open

Allow coarser location to be used #19

pataquets opened this issue Nov 24, 2017 · 4 comments

Comments

@pataquets
Copy link

Sometimes an exact GPS location is not needed and a coarser location is good enough.
If turning on GPS was made to be optional,
the app would be useful in such cases (possibly warning of reduced precision).
Thank you.

@pataquets
Copy link
Author

@pR0Ps : ping?

@pR0Ps
Copy link
Owner

pR0Ps commented Aug 18, 2018

@pataquets I'm leaving this open because I'm not really decided on what to do about it yet. Is this about requiring the ACCESS_FINE_LOCATION permission? Or the fact that you have to turn the location option on in settings first?

Right now the app uses the location API which pulls from all available sources. Would you be able to give me a a concrete situation where you would want it to not use the GPS even if it's available?

@pataquets
Copy link
Author

pataquets commented Aug 18, 2018

It's not about the permission, although it might be a valid concern for others, too.
My main reason is, as you already pointed, because of the annoyance of having to turn on GPS, and having to turn it off again afterwards to avoid battery drain. Too much juggling back and forth settings screens for me.
Often, coarse location can be more than enough. For instance, in WiFi crowded areas in cities, where WiFi-assisted location gives 10m accuracy.
The only concern I see might be users wanting highest accuracy forgetting to turn on GPS. A message warning them about this and linking to the location settings might solve it, though.

@pataquets pataquets reopened this Sep 1, 2018
Repository owner deleted a comment from pataquets Oct 29, 2018
@pataquets
Copy link
Author

@pR0Ps : Any updates on this?
I would like to be able to fulfill my use case with this app instead of using Google apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants