Hello all, My problem is pretty easy, but maybe hard to solve (I hope not).
I have this route<http://maps.google.nl/maps?saddr=51.979362,5.980457&daddr=51.979402,5.975447+to:51.976466,5.975393&via=1>in Google Maps and I want to use the Directions API to get the directions in JSON like this<http://maps.googleapis.com/maps/api/directions/json?origin=51.979362,5.980457&destination=51.976466,5.975393&waypoints=51.979402,5.975447&sensor=false>. The problem is that I get the directions for a different route than the one that is displayed in Google Maps. As you can read in the JSON object you see that it goes from the origin to my waypoint, but then heads to the north east (so it goes back) to my destination. But in Google Maps it goes from the origin to my waypoint, then continues the way, turns to the left and goes straight ahead to the destination. How is this possible? What can I do to get the 'real' route like the one that is displayed in Google Maps? I would really appreciate your help! Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/Iqiz1NgDSv8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
