plannerjs - v0.4.1
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Routable
Tile
Fetcher
Raw
constructor
mapping
routable
Tile
Registry
get
parse
Response
Length
process
Tile
Data
Hierarchy
RoutableTileFetcherRaw
Implements
IRoutableTileFetcher
Index
Constructors
constructor
Properties
mapping
routable
Tile
Registry
Methods
get
parse
Response
Length
process
Tile
Data
Constructors
constructor
new
Routable
Tile
Fetcher
Raw
(
)
:
RoutableTileFetcherRaw
Returns
RoutableTileFetcherRaw
Properties
Protected
mapping
mapping
:
object
Protected
routable
Tile
Registry
routable
Tile
Registry
:
RoutableTileRegistry
Methods
get
get
(
url
:
string
)
:
Promise
<
RoutableTile
>
Parameters
url:
string
Returns
Promise
<
RoutableTile
>
Protected
parse
Response
Length
parse
Response
Length
(
response
:
any
)
:
number
Parameters
response:
any
Returns
number
Protected
process
Tile
Data
process
Tile
Data
(
url
:
string
, nodes
:
IRoutableTileNodeIndex
, ways
:
IRoutableTileWayIndex
)
:
RoutableTile
Parameters
url:
string
nodes:
IRoutableTileNodeIndex
ways:
IRoutableTileWayIndex
Returns
RoutableTile
Generated using
TypeDoc