Interface HonuaOgcTilesetsResponse

Response from /collections/{id}/tiles (list of tilesets).

interface HonuaOgcTilesetsResponse {
    cache?: HonuaCacheState;
    links?: HonuaOgcLink[];
    tilesets: HonuaOgcTilesetMetadata[];
}

Properties

links?: HonuaOgcLink[]