plannerjs - v0.4.1
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
IRoutable
Tile
Provider
get
ByLocation
get
ByTile
Coords
get
IdFor
Location
get
IdFor
Tile
Coords
get
Multiple
ByTile
Coords
getmultiple
ByLocation
wait
Hierarchy
IRoutableTileProvider
Implemented by
CompositeTileProvider
RoutableTileProviderDefault
RoutableTileProviderIntermediate
RoutableTileProviderTransit
Index
Methods
get
ByLocation
get
ByTile
Coords
get
IdFor
Location
get
IdFor
Tile
Coords
get
Multiple
ByTile
Coords
getmultiple
ByLocation
wait
Methods
get
ByLocation
get
ByLocation
(
zoom
:
number
, location
:
ILocation
)
:
Promise
<
RoutableTile
>
Parameters
zoom:
number
location:
ILocation
Returns
Promise
<
RoutableTile
>
get
ByTile
Coords
get
ByTile
Coords
(
coordinate
:
TileCoordinate
)
:
Promise
<
RoutableTile
>
Parameters
coordinate:
TileCoordinate
Returns
Promise
<
RoutableTile
>
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
get
Multiple
ByTile
Coords
get
Multiple
ByTile
Coords
(
coordinates
:
TileCoordinate
[]
)
:
Promise
<
RoutableTileSet
>
Parameters
coordinates:
TileCoordinate
[]
Returns
Promise
<
RoutableTileSet
>
getmultiple
ByLocation
getmultiple
ByLocation
(
zoom
:
number
, locations
:
ILocation
[]
)
:
Promise
<
RoutableTileSet
>
Parameters
zoom:
number
locations:
ILocation
[]
Returns
Promise
<
RoutableTileSet
>
wait
wait
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Generated using
TypeDoc