Hacker News new | ask | show | jobs
Improving urban GPS accuracy on Android (android-developers.googleblog.com)
32 points by plusCubed 2022 days ago
1 comments

> Why hasn’t this been solved before?

What? Had a serious moment of deja vu because this has been done before: https://eng.uber.com/rethinking-gps/

Oh interesting, lots of good discussion on HN about that post too: https://news.ycombinator.com/item?id=16887276.

Particularly someone asked whether Uber could scale the approach. I couldn't find how many cities in which Uber uses corrected GPS, except a 2018 Verge article that says "15, launching soon globally". Either way, seems like the answer is Google has the data to do it. And Google can bring it to every (non-China) Android phone.

But yeah, Google's post is very light on technical details. It'd be interesting to see if their approaches were similar.

Edit: also of note, Uber used server-side correction (at least in 2018), while Google downloads 3D tiles to the device.