direction1 property

PathDetailsDirection direction1
final

Structures describing path/stop information.

Most routes will return content in both direction0 and direction1 elements, though a few will return null for direction0 or 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 PathDetailsDirection direction1;