organicmaps / organicmaps

🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Please donate to support the development!
https://organicmaps.app
Apache License 2.0
8.58k stars 837 forks source link

[android] Fixed GPS location overrided by the networking provider #7910

Open biodranik opened 2 weeks ago

biodranik commented 2 weeks ago

May fix #6270

vng commented 2 weeks ago

IDK, how to check/measure the quality of this heuristic over the previous one?

rtsisyk commented 2 weeks ago

IDK, how to check/measure the quality of this heuristic over the previous one?

This is a question I don't have an answer for. Both old and new versions are highly controversial.

pm4rcin commented 1 week ago

@biodranik I have tried it but it's still the same. Anyone knows how OSMAnd handles it? It might be worth to check and compare to OM implementation.

rtsisyk commented 6 days ago

@biodranik I have tried it but it's still the same. Anyone knows how OSMAnd handles it? It might be worth to check and compare to OM implementation.

OSMAnd disables network location after acquiring GPS. I started this work some time ago via https://github.com/organicmaps/organicmaps/pull/6845, but didn't have time to finish.