gtfs-sqljs
Preparing search index...
index
TripRealtime
Interface TripRealtime
interface
TripRealtime
{
trip_update
?:
|
{
delay
?:
number
;
schedule_relationship
?:
ScheduleRelationship
}
|
null
;
vehicle_position
?:
VehiclePosition
|
null
;
}
Index
Properties
trip_
update?
vehicle_
position?
Properties
Optional
trip_
update
trip_update
?:
|
{
delay
?:
number
;
schedule_relationship
?:
ScheduleRelationship
}
|
null
Optional
vehicle_
position
vehicle_position
?:
VehiclePosition
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
trip_
update
vehicle_
position
gtfs-sqljs
Loading...