plannerjs - v0.4.1
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Footpaths
Provider
Raw
constructor
paths
get
get
ByLocation
get
ByTile
Coords
get
ByUrl
get
IdFor
Location
get
IdFor
Tile
Coords
parse
Response
Length
Hierarchy
FootpathsProviderRaw
Implements
IFootpathsProvider
Index
Constructors
constructor
Properties
paths
Methods
get
get
ByLocation
get
ByTile
Coords
get
ByUrl
get
IdFor
Location
get
IdFor
Tile
Coords
parse
Response
Length
Constructors
constructor
new
Footpaths
Provider
Raw
(
)
:
FootpathsProviderRaw
Returns
FootpathsProviderRaw
Properties
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
parse
Response
Length
parse
Response
Length
(
response
:
any
)
:
number
Parameters
response:
any
Returns
number
Generated using
TypeDoc