Google Maps API - Exercises

Stanford Map
http://www.stanford.edu/hpcgi/map/index.pl

0. Getting started [Demo]

1. Make a new tile layer [Demo]

2. Show the satellite tiles behind the stanford tiles [Demo]

3. Geocoding

a) Use GLog.write() to display what user enters in a search box [Demo]

b) Print where a user clicks [Demo]

c) Center on locations that users type, by name (wilbur hall, green library, stern hall) [Demo]

d) Add a marker to locations after centering [Demo]