ArrivalDeparture Enum
Enum for limiting the returned calls depending on pickup/drop off status on a stop based on the original schedules.
Possible Values
#
ARRIVALS
Only include calls where alighting from the vehicle is allowed.
DEPARTURES
Only include calls where boarding the vehicle is allowed.
EITHER
Include calls where either boarding or alighting is allowed.
Usages
#
References
#
- Argument arrivalDeparture of field canceledCalls from type Stop
Previous
AlightPreferencesInput
Next
ArrivalDepartureTime