gtfs-sqljs
Preparing search index...
index
TripFilters
Interface TripFilters
interface
TripFilters
{
agencyId
?:
string
|
string
[]
;
directionId
?:
number
|
number
[]
;
includeRealtime
?:
boolean
;
limit
?:
number
;
routeId
?:
string
|
string
[]
;
serviceIds
?:
string
|
string
[]
;
tripId
?:
string
|
string
[]
;
}
Index
Properties
agency
Id?
direction
Id?
include
Realtime?
limit?
route
Id?
service
Ids?
trip
Id?
Properties
Optional
agency
Id
agencyId
?:
string
|
string
[]
Optional
direction
Id
directionId
?:
number
|
number
[]
Optional
include
Realtime
includeRealtime
?:
boolean
Optional
limit
limit
?:
number
Optional
route
Id
routeId
?:
string
|
string
[]
Optional
service
Ids
serviceIds
?:
string
|
string
[]
Optional
trip
Id
tripId
?:
string
|
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agency
Id
direction
Id
include
Realtime
limit
route
Id
service
Ids
trip
Id
gtfs-sqljs
Loading...