microg / UnifiedNlp

Alternative network location provider for Android, with plugin interface to easily integrate third-party location providers.
962 stars 207 forks source link

No position update between network location and GPS Fix #117

Open Mannshoch opened 7 years ago

Mannshoch commented 7 years ago

Network Location is in Most situation active on my phone. But if I need GPS, between activating GPS and getting a fix, my phone is not able to update the position over network anymore.

Shouldn't it be the case that the position gets more and more accurate until it get a full GPS Fix?

mar-v-in commented 7 years ago

This depends a) on the app accessing the location and b) the mode you put the system location setting. If you set mode to "High accuracy" it should use both, setting to "Device only" will use only GPS and disable network location.

Mannshoch commented 7 years ago

I turn from Energy saving to High precision and use https://github.com/osmandapp

Mannshoch commented 7 years ago

@mar-v-in Is there any news on this? Do you need more information?