As a newbee to the Maps API, I'm very impressed with the toolset.
I am using the example for directions passing the fromAddress and
toAddress. I really don't need to display the map and directions just
yet, but to extract the lat/long from each point, and the distance
between them.
Following the example, I'm using:
function setDirections(fromAddress, toAddress, locale) {
gdir.load("from: " + fromAddress + " to: " + toAddress, { "locale":
locale });
}
Is there a way to get at the values needed?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---