-
Notifications
You must be signed in to change notification settings - Fork 160
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
can we add a network provider in case of GPS is unavailable? #71
Comments
We can fuse location information from many different sources (such as GPS and Wi-Fi), does it help to improve accuracy? I guess it's what FusedLocationProvider does? |
FusedLocationProvider does all work, you don't need to fuse sensor data with that thing :) |
But most of our phones (in china) don't have google play services installed :( So I can just add this line and nothing else needed to be done, right?
|
I don't think that LocationManager.NETWORK_PROVIDER works with enough precision, sorry. |
Yes, location information from network provider has less accuracy. But I'm thinking of a case that GPS is unavailable but the network works (I am not sure whether or not this could happen). In this case we are losing all location information without network provider. |
It will work, I guess. |
Thanks for the suggestion! I'll give it a try and feed back :) |
Since GPS is accurate enough, can we add a network provider to improve accuracy in case of GPS is unavailable?
The text was updated successfully, but these errors were encountered: