Hi all,
I'm trying to get walking directions working. I set travel mode to
walking with the following line of code:
gdir.load("from: " + fromAddress + " to: " + toAddress, "en_AU",
G_TRAVEL_MODE_WALKING);
and have given the Gdirections constructor a <div> element called
"directions"
gdir = new GDirections(map, document.getElementById("directions"));
Is there something more that i need to do??
here's a link to the site:
http://www.geocities.com/gauridumdum/getDirections.htm
Any ideas as to why i'm still getting driving directions?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---