How can I draw a map based on the XML or json returned by the google api?
For example, I have a web site of tour information. A manager on the administration side can add tour details including several destinations. The desired outcome would be a dynamic map showing directions, a map, and the destination details.
I have read that google api can output XML or json, how would I then draw a map from that parsed XML or json code?
These are the function I use in my site (together with a little bit of jQuery: