gtfs-sqljs
Preparing search index...
index
TripUpdate
Interface TripUpdate
interface
TripUpdate
{
delay
?:
number
;
route_id
?:
string
;
rt_last_updated
:
number
;
schedule_relationship
?:
ScheduleRelationship
;
stop_time_update
:
StopTimeUpdate
[]
;
timestamp
?:
number
;
trip_id
:
string
;
vehicle
?:
VehicleDescriptor
;
}
Index
Properties
delay?
route_
id?
rt_
last_
updated
schedule_
relationship?
stop_
time_
update
timestamp?
trip_
id
vehicle?
Properties
Optional
delay
delay
?:
number
Optional
route_
id
route_id
?:
string
rt_
last_
updated
rt_last_updated
:
number
Optional
schedule_
relationship
schedule_relationship
?:
ScheduleRelationship
stop_
time_
update
stop_time_update
:
StopTimeUpdate
[]
Optional
timestamp
timestamp
?:
number
trip_
id
trip_id
:
string
Optional
vehicle
vehicle
?:
VehicleDescriptor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delay
route_
id
rt_
last_
updated
schedule_
relationship
stop_
time_
update
timestamp
trip_
id
vehicle
gtfs-sqljs
Loading...