| Name | Type | Description |
|---|---|---|
Number |
level |
The level the quad node belongs to |
Number |
col |
The col of the quad |
Number |
row |
The level the quad node belongs to |
String |
url |
The level the quad node belongs to |
Methods
-
Link this quad node to the given previous node. Use the north and west flags to address nw, ne, sw, and se.
Name Type Description TileQuadNodenode The TileQuadNode to remove
Booleannorth Link to north (true) or south (false)
Booleanwest Link to west (true) or east (false)
-
Return True if this node has no successors and can be used as an indicator of tiles to free.
-
Unlink the given quad node
Name Type Description TileQuadNodenode The TileQuadNode to remove