Members
-
stop :Stop
-
Description
The Stop for this scheduled StopTime
Details
-
date :Number
-
Description
The date of the Trip in YYYYMMDD format
Details
-
arrivalTime :string
-
Description
The trip's arrival time for this scheduled StopTime in HH:MM:SS format
Details
-
arrival :DateTime
-
Description
The trip's arrival Date/Time
Details
-
departureTime :string
-
Description
The trip's departure time for this scheduled StopTime in HH:MM:SS format
Details
-
departure :DateTime
-
Description
The trip's departure Date/Time
Details
-
stopSequence :int
-
Description
The StopTime's sequence in the scheduled Trip
Details
-
pickupType :int
-
Description
Value indicating whether passengers are picked up at the Stop
Details
-
dropOffType :int
-
Description
Value indicating whether passengers are dropped off at the Stop
Details
-
headsign :string
-
Description
If the Trip Headsign changes along the Trip, this is the Trip Headsign displayed at this Stop
Details
-
shapeDistanceTraveled :number
-
Description
The actual distance traveled from the first shape point
Details
-
timepoint :int
-
Description
Indicates whether the arrival and departure times should be considered approximate or exact
Details
Methods
-
<static> sortByStopTransferWeight( a, b ) → {number}
-
<static> sortByStopSequence( a, b ) → {number}