gtfs-sqljs
Preparing search index...
index
Stop
Interface Stop
Stop - Individual locations where vehicles pick up or drop off riders
interface
Stop
{
level_id
?:
string
;
location_type
?:
number
;
parent_station
?:
string
;
platform_code
?:
string
;
stop_code
?:
string
;
stop_desc
?:
string
;
stop_id
:
string
;
stop_lat
:
number
;
stop_lon
:
number
;
stop_name
:
string
;
stop_timezone
?:
string
;
stop_url
?:
string
;
wheelchair_boarding
?:
number
;
zone_id
?:
string
;
}
Index
Properties
level_
id?
location_
type?
parent_
station?
platform_
code?
stop_
code?
stop_
desc?
stop_
id
stop_
lat
stop_
lon
stop_
name
stop_
timezone?
stop_
url?
wheelchair_
boarding?
zone_
id?
Properties
Optional
level_
id
level_id
?:
string
Optional
location_
type
location_type
?:
number
Optional
parent_
station
parent_station
?:
string
Optional
platform_
code
platform_code
?:
string
Optional
stop_
code
stop_code
?:
string
Optional
stop_
desc
stop_desc
?:
string
stop_
id
stop_id
:
string
stop_
lat
stop_lat
:
number
stop_
lon
stop_lon
:
number
stop_
name
stop_name
:
string
Optional
stop_
timezone
stop_timezone
?:
string
Optional
stop_
url
stop_url
?:
string
Optional
wheelchair_
boarding
wheelchair_boarding
?:
number
Optional
zone_
id
zone_id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
level_
id
location_
type
parent_
station
platform_
code
stop_
code
stop_
desc
stop_
id
stop_
lat
stop_
lon
stop_
name
stop_
timezone
stop_
url
wheelchair_
boarding
zone_
id
gtfs-sqljs
Loading...
Stop - Individual locations where vehicles pick up or drop off riders