direction0 property

List<ScheduleDirection> direction0
final

Array containing trip information.

Most routes will return content in both direction0 and direction1 elements, though a few (especially ones which run in a loop, such as the U8) will return content only for direction0 and null content for direction1.

0 or 1 are binary properties. There is no specific mapping to direction, but a different value for the same route signifies that the route is in an opposite direction.

Implementation

final List<ScheduleDirection> direction0;