Showing each step geocode of directions

Posted by Puru puru rin.. on Stack Overflow See other posts from Stack Overflow or by Puru puru rin..
Published on 2010-03-22T21:20:13Z Indexed on 2010/03/22 21:21 UTC
Read the original article Hit count: 439

Hello,

Google Maps API can build a Direction from a source to a destination. In the following Google's example, each step are published into the HTML code: http://code.google.com/apis/maps/documentation/examples/directions-simple.html

I would like to get the Geocoding of each step of this direction, and store them in a array. I believe it's possible, but I don't see how to process.

Many Thanks for any answer. Regards

© Stack Overflow or respective owner

Related posts about google-maps

Related posts about JavaScript