west_stops top-level constant

List<List<String>> const west_stops

Implementation

const List<List<String>> west_stops = [
  ["Union to CBIS/AH", "42.73029109316892", "-73.67655873298646", "1"],
  [
    "CBIS/AH to 15th/Off Commons",
    "42.727836972407424",
    "-73.6781703753778",
    "35"
  ],
  [
    "15th/Off Commons to 15th/Poly",
    "42.726823386814196",
    "-73.67809295654298",
    "12"
  ],
  ["15th/Poly to City Station", "42.723073", "-73.680344", "11"],
  ["City Station to Blitman", "42.72739", "-73.687328", "10"],
  ["Blitman to Winslow", "42.73080144429565", "-73.68637887775277", "38"],
  ["Winslow to West", "42.731534", "-73.68416", "20"],
  ["West to 87 Gym", "42.7315441484621", "-73.6813545227051", "27"],
  ["87 Gym to Union", "42.73122584540517", "-73.68019812550736", "29"],
]