gis-tools-ts - v0.6.0
    Preparing search index...

    Interface TileChild<M, D, P>

    The child of a tile

    interface TileChild<
        M = Record<string, unknown>,
        D extends MValue = Properties,
        P extends Properties = Properties,
    > {
        id: bigint;
        tile: Tile<M, D, P>;
    }

    Type Parameters

    • M = Record<string, unknown>
    • D extends MValue = Properties
    • P extends Properties = Properties
    Index

    Properties

    Properties

    id: bigint

    The id of the child tile

    tile: Tile<M, D, P>

    The child tile