gtfs-sqljs
Preparing search index...
index
TripWithRealtime
Interface TripWithRealtime
Trip - Trips for each route
interface
TripWithRealtime
{
bikes_allowed
?:
number
;
block_id
?:
string
;
direction_id
?:
number
;
realtime
?:
TripRealtime
;
route_id
:
string
;
service_id
:
string
;
shape_id
?:
string
;
trip_headsign
?:
string
;
trip_id
:
string
;
trip_short_name
?:
string
;
wheelchair_accessible
?:
number
;
}
Hierarchy (
View Summary
)
Trip
TripWithRealtime
Index
Properties
bikes_
allowed?
block_
id?
direction_
id?
realtime?
route_
id
service_
id
shape_
id?
trip_
headsign?
trip_
id
trip_
short_
name?
wheelchair_
accessible?
Properties
Optional
bikes_
allowed
bikes_allowed
?:
number
Optional
block_
id
block_id
?:
string
Optional
direction_
id
direction_id
?:
number
Optional
realtime
realtime
?:
TripRealtime
route_
id
route_id
:
string
service_
id
service_id
:
string
Optional
shape_
id
shape_id
?:
string
Optional
trip_
headsign
trip_headsign
?:
string
trip_
id
trip_id
:
string
Optional
trip_
short_
name
trip_short_name
?:
string
Optional
wheelchair_
accessible
wheelchair_accessible
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bikes_
allowed
block_
id
direction_
id
realtime
route_
id
service_
id
shape_
id
trip_
headsign
trip_
id
trip_
short_
name
wheelchair_
accessible
gtfs-sqljs
Loading...
Trip - Trips for each route