locar-tiler
    Preparing search index...

    Interface DataTile

    Represents the association of a Tile with its data.

    interface DataTile {
        data: any;
        tile: Tile;
    }
    Index

    Properties

    Properties

    data: any

    the data stored in the tile.

    tile: Tile

    the tile.