I was honored to speak at the Google Technology User Group last night. To combine a love of JavaScript, a very powerful tool, and an audience of enthusiastic fans is an incredible joy.
The topic was Google Maps, and specifically the Google Maps JavaScript API version 3. v3 simplifies and streamlines the api in some very significant ways over v 2. Most notably, you no longer need an API key, you only need to include a script tag. That is awesome!
We started from a wonderfully simple "hello world" map, built up through creating Markers and pop-ups (called InfoWindows), worked through geolocation...