plannerjs - v0.4.1
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Stops
Fetcher
Raw
constructor
add
Stop
Source
get
All
Stops
get
Sources
get
Stop
ById
prefetch
Stops
set
Access
Url
Hierarchy
StopsFetcherRaw
Implements
IStopsFetcher
Index
Constructors
constructor
Methods
add
Stop
Source
get
All
Stops
get
Sources
get
Stop
ById
prefetch
Stops
set
Access
Url
Constructors
constructor
new
Stops
Fetcher
Raw
(
ldFetch
:
LDFetch
)
:
StopsFetcherRaw
Parameters
ldFetch:
LDFetch
Returns
StopsFetcherRaw
Methods
add
Stop
Source
add
Stop
Source
(
source
:
IStopsSourceConfig
)
:
void
Parameters
source:
IStopsSourceConfig
Returns
void
get
All
Stops
get
All
Stops
(
)
:
Promise
<
IStop
[]
>
Returns
Promise
<
IStop
[]
>
get
Sources
get
Sources
(
)
:
IStopsSourceConfig
[]
Returns
IStopsSourceConfig
[]
get
Stop
ById
get
Stop
ById
(
stopId
:
string
)
:
Promise
<
IStop
>
Parameters
stopId:
string
Returns
Promise
<
IStop
>
prefetch
Stops
prefetch
Stops
(
)
:
void
Returns
void
set
Access
Url
set
Access
Url
(
accessUrl
:
string
)
:
void
Parameters
accessUrl:
string
Returns
void
Generated using
TypeDoc