API (v2.0.0) - Giro3D
    Preparing search index...

    Interface Tile

    Interface for Map tiles.

    interface Tile {
        extent: Extent;
        lod: number;
    }

    Hierarchy

    • Mesh
      • Tile
    Index

    Properties

    Properties

    extent: Extent

    The geographic extent of the tile. If the tile has LOD 0, then it is the same as the extent of its parent map.

    lod: number

    The level of detail (LOD) of the tile. LOD 0 means the tile is a root tile.