mbus-backend
Preparing search index...
raptor/types
TimetableLeg
Interface TimetableLeg
A specific segment of a scheduled trip with fixed times.
interface
TimetableLeg
{
destination
:
string
;
origin
:
string
;
stopTimes
:
StopTime
[]
;
trip
:
Trip
;
}
Hierarchy (
View Summary
)
Leg
TimetableLeg
Index
Properties
destination
origin
stop
Times
trip
Properties
destination
destination
:
string
origin
origin
:
string
stop
Times
stopTimes
:
StopTime
[]
trip
trip
:
Trip
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destination
origin
stop
Times
trip
mbus-backend
Loading...
A specific segment of a scheduled trip with fixed times.