googlemaps-samples / googlemaps-samples/android-samples
3D mapping aided corrections
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 2.5k
- Forks
- 3.1k
- Avg merge
- 3d 54m
- Merged PRs (30d)
- 4
Description
I got a problem in my company project, that is, GPS location signals(Latitude/Longitude) were not precise occasionally. So, I googled this issue and then read a great official blog, Improving urban GPS accuracy for your app.
I noticed several important points, as follows:
- "Google Play services 3D mapping aided corrections currently supports pedestrian use-cases only."
- "Android’s 3D mapping aided corrections automatically works when the GPS is being used by a pedestrian in any of the 3850+ cities, on any phone that runs Android 8 or later."
- "We will also soon support more modes including driving."
As for our company business, we use mainly the cycling mode(including electric bicycle). However, this blog mentioned only pedestrian mode and future driving mode.
So, I want to know if the cycling mode is already contained by "3D mapping aided corrections" or not? If not, what's the plan to release the next new version(Fused Location Provider API, FLP)?
In addition, our business is basically based at NewYork, Manhattan area. So, the case I met is according with the word "skyscrapers" mentioned in the blog above.
Thanks for your reading!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.