directionNum property

int directionNum
final

Denotes a binary direction (0 or 1) of the bus.

There is no specific mapping to direction, but a different value for the same route signifies that the buses are traveling in opposite directions.

Use direction to show the actual direction of the bus.

Implementation

final int directionNum;