Here's a simple example of how to integrate google maps into AMS. There is tons of additional functionality you can add using the published API:
http://www.google.com/apis/maps/documentation/
In this example user instructions are substituted into the javascript in the maps.html document. It sounds like you could get return values from the site, but I haven't tried that yet.
Some helpful links when using this example:
1) Sign up for your own Google API Key and add it to the maps.html in the Docs folder
http://www.google.com/apis/maps/signup.html
2) Look up some coordinates to enter when you preview/build the app
http://geocoder.us/

Reply With Quote

