Preparing search index...
The search index is not available
FsHafas-JavaScript
FsHafas-JavaScript
Route
Interface Route
A route represents a single set of stations, of a single line.
interface
Route
{
id
:
string
;
line
:
string
;
mode
:
|
"train"
|
"bus"
|
"watercraft"
|
"taxi"
|
"gondola"
|
"aircraft"
|
"car"
|
"bicycle"
|
"walking"
;
stops
:
readonly
string
[]
;
type
:
"route"
;
}
Index
Properties
id
line
mode
stops
type
Properties
id
id
:
string
line
line
:
string
mode
mode
:
|
"train"
|
"bus"
|
"watercraft"
|
"taxi"
|
"gondola"
|
"aircraft"
|
"car"
|
"bicycle"
|
"walking"
stops
stops
:
readonly
string
[]
stop ids
type
type
:
"route"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
line
mode
stops
type
FsHafas-JavaScript
Loading...
A route represents a single set of stations, of a single line.