Norway Open Data SDK
Preparing search index...
Departure
Type Alias Departure
A normalized public-transport departure.
type
Departure
=
{
aimedDepartureTime
?:
string
;
cancelled
?:
boolean
;
destinationDisplay
?:
string
;
expectedDepartureTime
?:
string
;
line
?:
{
id
?:
string
;
name
?:
string
;
publicCode
?:
string
}
;
realtime
?:
boolean
;
stopName
?:
string
;
stopPlaceId
?:
string
;
transportMode
?:
string
;
}
Index
Properties
aimed
Departure
Time?
cancelled?
destination
Display?
expected
Departure
Time?
line?
realtime?
stop
Name?
stop
Place
Id?
transport
Mode?
Properties
Optional
aimed
Departure
Time
aimedDepartureTime
?:
string
Optional
cancelled
cancelled
?:
boolean
Optional
destination
Display
destinationDisplay
?:
string
Optional
expected
Departure
Time
expectedDepartureTime
?:
string
Optional
line
line
?:
{
id
?:
string
;
name
?:
string
;
publicCode
?:
string
}
Optional
realtime
realtime
?:
boolean
Optional
stop
Name
stopName
?:
string
Optional
stop
Place
Id
stopPlaceId
?:
string
Optional
transport
Mode
transportMode
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aimed
Departure
Time
cancelled
destination
Display
expected
Departure
Time
line
realtime
stop
Name
stop
Place
Id
transport
Mode
Norway Open Data SDK
Loading...
A normalized public-transport departure.