deleteme / google-maps-wrapper
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Matthew Garrett (author)
Wed Mar 18 12:34:54 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
README.textile | ||
| |
demo.html | ||
| |
images/ | ||
| |
javascripts/ | ||
| |
myjson.js | ||
| |
stylesheets/ |
README.textile
Google Maps Wrapper
Overview:
This class is used to plot latitude and longitude points onto an interactive Google Map.
Demo:
You can see it in action here: http://homepage.mac.com/mattgarrett/google-maps-wrapper/demo.html
Dependencies:
- This class requires Prototype 1.6 (http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.3/prototype.js) to run.
- The Google Maps javascript API file and key must be in the head of your HTML document. Refer to the Google Maps API documentation. Generate your own key: http://code.google.com/apis/maps/signup.html
Usage:
The class will execute automatically on the ‘dom:loaded’ event. If you do not want this to happen,
you can either set the ‘embedEvent’ to false or specify a custom event.

