plannerjs - v0.4.1
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Footpaths
Provider
Default
constructor
ld
Fetch
ld
Loader
paths
get
get
ByLocation
get
ByTile
Coords
get
ByUrl
get
IdFor
Location
get
IdFor
Tile
Coords
get
Paths
View
Hierarchy
FootpathsProviderDefault
Implements
IFootpathsProvider
Index
Constructors
constructor
Properties
ld
Fetch
ld
Loader
paths
Methods
get
get
ByLocation
get
ByTile
Coords
get
ByUrl
get
IdFor
Location
get
IdFor
Tile
Coords
get
Paths
View
Constructors
constructor
new
Footpaths
Provider
Default
(
ldFetch
:
LDFetch
)
:
FootpathsProviderDefault
Parameters
ldFetch:
LDFetch
Returns
FootpathsProviderDefault
Properties
Protected
ld
Fetch
ld
Fetch
:
LDFetch
Protected
ld
Loader
ld
Loader
:
LDLoader
Protected
paths
paths
:
ITiledFootpathIndex
Methods
get
get
(
stop
:
IStop
)
:
Promise
<
IFootpathIndex
>
Parameters
stop:
IStop
Returns
Promise
<
IFootpathIndex
>
get
ByLocation
get
ByLocation
(
zoom
:
number
, location
:
ILocation
)
:
Promise
<
IFootpathIndex
>
Parameters
zoom:
number
location:
ILocation
Returns
Promise
<
IFootpathIndex
>
get
ByTile
Coords
get
ByTile
Coords
(
coordinate
:
TileCoordinate
)
:
Promise
<
IFootpathIndex
>
Parameters
coordinate:
TileCoordinate
Returns
Promise
<
IFootpathIndex
>
Protected
get
ByUrl
get
ByUrl
(
url
:
string
)
:
Promise
<
IFootpathIndex
>
Parameters
url:
string
Returns
Promise
<
IFootpathIndex
>
get
IdFor
Location
get
IdFor
Location
(
zoom
:
number
, location
:
ILocation
)
:
string
Parameters
zoom:
number
location:
ILocation
Returns
string
get
IdFor
Tile
Coords
get
IdFor
Tile
Coords
(
coordinate
:
TileCoordinate
)
:
string
Parameters
coordinate:
TileCoordinate
Returns
string
Protected
get
Paths
View
get
Paths
View
(
)
:
IndexThingView
<
Footpath
>
Returns
IndexThingView
<
Footpath
>
Generated using
TypeDoc