d3-thematika - v0.0.1
    Preparing search index...

    Interface TileUrlInfo

    タイルURL情報の型定義

    interface TileUrlInfo {
        bounds: TileBounds;
        coordinate: TileCoordinate;
        url: string;
    }
    Index

    Properties

    Properties

    bounds: TileBounds

    タイルの地理的境界

    coordinate: TileCoordinate

    タイル座標

    url: string

    タイルのURL