Pardon me, I'm a n00b at Google Maps' API.
The system I'm creating needs to output a web page as follows:
- Across the top, there will be a line or two of text.
- Filling the rest of the page, a Google map showing the purple route from address A to B [where A and B are determined server-side before the page loads].
- If possible, also an ordered list of turn-by-turn directions to the right of the map.
Right now, gMaps is returning JSON data, exactly as I ordered it. But I am having a hard time turning that JSON data into a map and/or textual turn-by-turn directions. Where might I learn how to accomplish this?