Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 349 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 349 Bytes

Simple Map API example

An example of plotting custom points using the Google Maps APIs.

  • Test data included to show API requirements.
  • Map bounds are determined by the plotted points.

For development checkout and serve index.html (and mock_data.js), eg:

python -m SimpleHTTPServer 8080

See documentation within index.html for more details.