Reputation: 609
Hypothetical question, I don't have any code yet or a plan.
Is it possible to get Google maps (or ideally any other nav app) next navigation step e.g. In 100m Left turn, in my app I will be developing?
What I want to achieve, I want to send those to other external device from my android device.
Before I even start, is that even possible?
Upvotes: 1
Views: 99
Reputation: 116
You could use the Directions API
If you scroll a little bit down here you can see a section named steps. These are informations including directions and distances to the next step They have also geolocations included in those step, so you could check whether you are in the near of a waypoint
I hope that's helpful
Upvotes: 1