Norway Open Data SDK
Preparing search index...
JourneyLeg
Type Alias JourneyLeg
A normalized journey leg with scheduled and expected times.
type
JourneyLeg
=
{
cancelled
?:
boolean
;
destination
?:
JourneyPlace
;
distance
?:
number
;
expectedEndTime
?:
string
;
expectedStartTime
?:
string
;
line
?:
{
id
?:
string
;
name
?:
string
;
publicCode
?:
string
;
transportMode
?:
string
;
}
;
mode
?:
string
;
origin
?:
JourneyPlace
;
realtime
?:
boolean
;
scheduledEndTime
?:
string
;
scheduledStartTime
?:
string
;
}
Index
Properties
cancelled?
destination?
distance?
expected
End
Time?
expected
Start
Time?
line?
mode?
origin?
realtime?
scheduled
End
Time?
scheduled
Start
Time?
Properties
Optional
cancelled
cancelled
?:
boolean
Optional
destination
destination
?:
JourneyPlace
Optional
distance
distance
?:
number
Optional
expected
End
Time
expectedEndTime
?:
string
Optional
expected
Start
Time
expectedStartTime
?:
string
Optional
line
line
?:
{
id
?:
string
;
name
?:
string
;
publicCode
?:
string
;
transportMode
?:
string
;
}
Optional
mode
mode
?:
string
Optional
origin
origin
?:
JourneyPlace
Optional
realtime
realtime
?:
boolean
Optional
scheduled
End
Time
scheduledEndTime
?:
string
Optional
scheduled
Start
Time
scheduledStartTime
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cancelled
destination
distance
expected
End
Time
expected
Start
Time
line
mode
origin
realtime
scheduled
End
Time
scheduled
Start
Time
Norway Open Data SDK
Loading...
A normalized journey leg with scheduled and expected times.