gtfs-sqljs
Preparing search index...
index
Route
Interface Route
Route - Transit routes
interface
Route
{
agency_id
?:
string
;
continuous_drop_off
?:
number
;
continuous_pickup
?:
number
;
route_color
?:
string
;
route_desc
?:
string
;
route_id
:
string
;
route_long_name
:
string
;
route_short_name
:
string
;
route_sort_order
?:
number
;
route_text_color
?:
string
;
route_type
:
number
;
route_url
?:
string
;
}
Index
Properties
agency_
id?
continuous_
drop_
off?
continuous_
pickup?
route_
color?
route_
desc?
route_
id
route_
long_
name
route_
short_
name
route_
sort_
order?
route_
text_
color?
route_
type
route_
url?
Properties
Optional
agency_
id
agency_id
?:
string
Optional
continuous_
drop_
off
continuous_drop_off
?:
number
Optional
continuous_
pickup
continuous_pickup
?:
number
Optional
route_
color
route_color
?:
string
Optional
route_
desc
route_desc
?:
string
route_
id
route_id
:
string
route_
long_
name
route_long_name
:
string
route_
short_
name
route_short_name
:
string
Optional
route_
sort_
order
route_sort_order
?:
number
Optional
route_
text_
color
route_text_color
?:
string
route_
type
route_type
:
number
Optional
route_
url
route_url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agency_
id
continuous_
drop_
off
continuous_
pickup
route_
color
route_
desc
route_
id
route_
long_
name
route_
short_
name
route_
sort_
order
route_
text_
color
route_
type
route_
url
gtfs-sqljs
Loading...
Route - Transit routes