plannerjs - v0.4.1
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Routable
Tile
Set
constructor
coordinate
id
nodes
tiles
ways
contains
get
Nodes
get
Ways
Hierarchy
RoutableTile
RoutableTileSet
Index
Constructors
constructor
Properties
coordinate
id
nodes
tiles
ways
Methods
contains
get
Nodes
get
Ways
Constructors
constructor
new
Routable
Tile
Set
(
tiles
:
RoutableTile
[]
, id
?:
string
)
:
RoutableTileSet
Parameters
tiles:
RoutableTile
[]
Optional
id:
string
Returns
RoutableTileSet
Properties
Optional
coordinate
coordinate
:
TileCoordinate
id
id
:
string
Protected
nodes
nodes
:
Set
<
string
>
tiles
tiles
:
RoutableTile
[]
Protected
ways
ways
:
Set
<
string
>
Methods
contains
contains
(
location
:
ILocation
)
:
boolean
Parameters
location:
ILocation
Returns
boolean
get
Nodes
get
Nodes
(
)
:
Set
<
string
>
Returns
Set
<
string
>
get
Ways
get
Ways
(
)
:
Set
<
string
>
Returns
Set
<
string
>
Generated using
TypeDoc