gtfs-sqljs
Preparing search index...
index
Pathway
Interface Pathway
Pathway - Pathways linking together locations within stations
interface
Pathway
{
from_stop_id
:
string
;
is_bidirectional
:
number
;
length
?:
number
;
max_slope
?:
number
;
min_width
?:
number
;
pathway_id
:
string
;
pathway_mode
:
number
;
reversed_signposted_as
?:
string
;
signposted_as
?:
string
;
stair_count
?:
number
;
to_stop_id
:
string
;
traversal_time
?:
number
;
}
Index
Properties
from_
stop_
id
is_
bidirectional
length?
max_
slope?
min_
width?
pathway_
id
pathway_
mode
reversed_
signposted_
as?
signposted_
as?
stair_
count?
to_
stop_
id
traversal_
time?
Properties
from_
stop_
id
from_stop_id
:
string
is_
bidirectional
is_bidirectional
:
number
Optional
length
length
?:
number
Optional
max_
slope
max_slope
?:
number
Optional
min_
width
min_width
?:
number
pathway_
id
pathway_id
:
string
pathway_
mode
pathway_mode
:
number
Optional
reversed_
signposted_
as
reversed_signposted_as
?:
string
Optional
signposted_
as
signposted_as
?:
string
Optional
stair_
count
stair_count
?:
number
to_
stop_
id
to_stop_id
:
string
Optional
traversal_
time
traversal_time
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from_
stop_
id
is_
bidirectional
length
max_
slope
min_
width
pathway_
id
pathway_
mode
reversed_
signposted_
as
signposted_
as
stair_
count
to_
stop_
id
traversal_
time
gtfs-sqljs
Loading...
Pathway - Pathways linking together locations within stations