/traffic-cam-challenge

Assets and file stubs for the traffic camera Google Map challenge

Primary LanguageJavaScript

traffic-cam-challenge

Assets and file stubs for the traffic camera Google Map challenge

A Google Map website that shows traffic cam maps around Washington

Objectives By completing this challenge you will practice and demonstrate your mastery of the following skills:

Embedding an interactive Google Map in your own web page Using AJAX to get JSON data from a public data source (data.seattle.gov) Adding markers to that map for each record in the returned data, using the latitude and longitude values in the data set Adding code that is triggered when the user clicks a marker, showing a Google Maps InfoWindow Filtering the markers based on a search string