intersectionA.freeFlowing = (true);
intersectionB.freeFlowing = (true);
intersectionC.freeFlowing = (true);
intersectionD.freeFlowing = (true);
new StreetTransitLink(transitStopA, intersectionA, true);
new StreetTransitLink(intersectionB, transitStopB, true);
new StreetTransitLink(intersectionC, transitStopC, true);
new StreetTransitLink(intersectionD, transitStopD, true);
new StreetTransitLink(intersectionA, transitStopE, true);
PackedCoordinateSequence coordinatesAB = new PackedCoordinateSequence.Double(
new double[]{1, 1, 1, 2}, 2);
PackedCoordinateSequence coordinatesBC = new PackedCoordinateSequence.Double(
new double[]{1, 2, 2, 2}, 2);