south_stops top-level constant

List<List<String>> const south_stops

Implementation

const List<List<String>> south_stops = [
  ["Union to B-Lot", "42.73029109316892", "-73.67655873298646", "1"],
  ["B-Lot to LXA", "42.731635", "-73.669706", "18"],
  ["LXA to Tibitts/Orchard", "42.730603231713005", "-73.66728060672497", "23"],
  [
    "Tibitts/Orchard to Polytech",
    "42.72538585964356",
    "-73.66795652333111",
    "33"
  ],
  ["Polytech to 15th/College", "42.72264515147823", "-73.67949028031151", "34"],
]