On Dec 30, 10:06 am, Maxime Schacht <[email protected]> wrote: > Hello, > > i'm having trouble when i try to get walking routes. > > DRIVING ROUTES WORK: > gdir.loadFromWaypoints([start, stop],{getSteps:true, travelmode: > G_TRAVEL_MODE_DRIVING}); > > WALKING ROUTES DOESN'T: > gdir.loadFromWaypoints([start, stop],{getSteps:true, travelmode: > G_TRAVEL_MODE_WALKING}); > > It returns "error code 500, routes or adresses can't be treated". > > Does someone have the answer?
I guess you're not providing a div for the route steps' description. Walking routes require this; for driving directions it's optional. If that's not the reason, you will need to provide a link to your page. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
