mbus-backend
Preparing search index...
raptor/McRaptorAlgorithm
JourneyLeg
Interface JourneyLeg
Represents a single segment of a journey, either a transit trip or a walking transfer.
interface
JourneyLeg
{
destination
:
string
;
destinationID
:
string
;
duration
:
number
;
endTime
:
number
;
origin
:
string
;
originID
:
string
;
rt
?:
string
;
startTime
:
number
;
stopTimes
?:
StopTime
[]
;
transfer
?:
Transfer
;
trip
?:
Trip
;
type
:
"Trip"
|
"Transfer"
;
}
Index
Properties
destination
destination
ID
duration
end
Time
origin
origin
ID
rt?
start
Time
stop
Times?
transfer?
trip?
type
Properties
destination
destination
:
string
destination
ID
destinationID
:
string
duration
duration
:
number
end
Time
endTime
:
number
origin
origin
:
string
origin
ID
originID
:
string
Optional
rt
rt
?:
string
start
Time
startTime
:
number
Optional
stop
Times
stopTimes
?:
StopTime
[]
Optional
transfer
transfer
?:
Transfer
Optional
trip
trip
?:
Trip
type
type
:
"Trip"
|
"Transfer"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destination
destination
ID
duration
end
Time
origin
origin
ID
rt
start
Time
stop
Times
transfer
trip
type
mbus-backend
Loading...
Represents a single segment of a journey, either a transit trip or a walking transfer.