Find the Nearest Five Subway Stations

This application enables a user to find the five nearest subway stations in Toronto, Canada.

To create this application, we will:

  1. Create a named table that references the subway stations table, and add it to the repository. This table contains the location data for each subway station.
  2. Create a named map that references the map of Toronto and add it to the repository. This map will show the user where each subway station is.
  3. Create Java code that will call on the Feature Service to locate each subway station, and the Mapping Service to generate an underlying map of Toronto so that the user can see where each subway station is situated.