TileGrid

class TileGrid(newTiles: MutableList<Tile>, newCentralBoundingBox: BoundingBox)

Constructors

Link copied to clipboard
constructor(newTiles: MutableList<Tile>, newCentralBoundingBox: BoundingBox)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Return GeoJSON that describes the tile grid and the central bounding box so that it can be rendered over our map for debug.