You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
direction_id
Enum
Optional
Indicates the direction of travel for a trip. This field should not be used in routing; it provides a way to separate trips by direction when publishing time tables. Valid options are: 0 - Travel in one direction (e.g. outbound travel). 1 - Travel in the opposite direction (e.g. inbound travel).
The text was updated successfully, but these errors were encountered:
Currently,
trips.direction_id
is an integer, which is a bit confusing.From the
trips.txt
reference:The text was updated successfully, but these errors were encountered: