Taos API Reference
    Preparing search index...

    Interface MercTileBlock

    A rectangular block of Web Mercator tiles at one zoom, draped as a single composited texture. (x0,y0) is the north-west tile; the block is cols × rows tiles, each 256².

    interface MercTileBlock {
        z: number;
        x0: number;
        y0: number;
        cols: number;
        rows: number;
    }
    Index

    Properties

    Properties

    z: number
    x0: number
    y0: number
    cols: number
    rows: number