Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.45 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.45 KB

##(Google Maps) API Workshop Solutions

###What It Is

The goal of this workshop is to gently introduce APIs via the Google Maps API. These are the solutions to the exercise files that accompany the workshop.

###Usage

Get these files however you like: clone this repo or click the "Download Zip" button to the right. Use these to check your work or just check out the finished products.

###Google Maps JavaScript API v3 Reference

###Exercises

  1. Hello Map: A simple map centered on our second home. (JSFiddle)
  2. (Geo)Coder: A tool for discovering the latitude and longitude of addresses. (JSFiddle)
  3. Listen for the Click (Events): An introduction to event listeners. (JSFiddle)
  4. Stylin' On 'Em: Paint the globe blue and gold. You mad? (JSFiddle)
  5. Hello Neighbors: Mark some of our fellow bay area universities. (JSFiddle)
  6. What's the Weather Like?: A tool for checking the weather. (JSFiddle)
  7. Directions: Google Maps Super Lite. (JSFiddle)
  8. Take it to the Streets (Street View): A side-by-side comparison of overhead and street views. (JSFiddle)