Description
I use the routing function in the SDK to get turn-by-turn information. By printing leg.maneuvers, I get all the maneuvers of the route ("turn right in 100m", "turn left in 50m") at once but no information on the coordinates from which I should consider them.
Is there a way of comparing your GPS location with the intersection coordinate so that you know you should use the right maneuver instruction?
Any help on this issue is welcome!