5556575859606162636465
Stop stopC = new Stop(); stopC.setId(aid("stopC")); graph.putStopEntry(stop("stopC", 47.66847942216854, -122.37545336180114)); graph.refreshStopMapping(); Agency agency = new Agency(); agency.setId("1"); agency.setTimezone("America/Los_Angeles");
156157158159160161162163164165166
Stop stopD = new Stop(); stopD.setId(aid("stopD")); graph.putStopEntry(stop("stopD", 47.66947942216854, -122.37545336180114)); graph.refreshStopMapping(); Agency agency = new Agency(); agency.setId("1"); agency.setTimezone("America/Los_Angeles");
271272273274275276277278279280281