Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

googlemaps/nyc-subway-station-locator

Repository files navigation

NOTE: This codelab is deprecated. For similar functionality, use the Full stack store loccator codelab instead.

NYC Subway Station Locator

These are the resource files needed for the NYC Subway Station Locator code lab from Google.

Store locators are an often required component of any commercial website that wants to encourage users to visit bricks and mortar stores. In this codelab you’ll build a website that serves location data, and scales automatically, thanks to the power of Google App Engine. We show you how to expose an easily navigable visualization of the NYC subway using Google Maps JavaScript API.

What you'll build

In this codelab, you'll build a visualization for the NYC Subway Station dataset that is:

  • Scalable - you’ll use Google App Engine to automatically scale your serving capability to match request load.
  • Maintainable - you’ll use the Go programming language to make the back end code simple, reliable, and efficient.
  • Customizable - you’ll style the map using the styling capability of the Google Maps JavaScript API, with the help of Google Maps Style Wizard.

What you’ll learn

What you’ll need

  • Basic knowledge of HTML, CSS, JavaScript, Golang, and Chrome DevTools
  • An ES6 capable web browser, such as Chrome, Firefox, Safari, or Edge.