Members
-
departure :DateTime
-
Description
The Date/Time of the Scheduled Departure
Details
-
destination :Stop
-
Description
The (final) Destination Stop of the departing Trip
Details
-
trip :Trip
-
Description
The Trip departing the Station
Details
-
status :StationFeedDepartureStatus
-
Description
The Station Feed Status of the Departure
Details
-
position :StationFeedDeparturePosition
-
Description
The Real-Time Position of the Departure
Details
Methods
-
<static> sort( a, b ) → {int}
-
Description
Sort Departures by scheduled departure date/time
Parameters
Name Type Description a
StationFeedDeparture Departure A
b
StationFeedDeparture Departure B
Returns
Details