@deck.gl/carto
Version:
CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.
10 lines • 388 B
TypeScript
export declare class BandReader {
static read(pbf: any, end?: number): any;
static _readField(this: void, tag: any, obj: any, pbf: any): void;
}
export declare class TileReader {
static compression: null | 'gzip';
static read(pbf: any, end: any): any;
static _readField(this: void, tag: any, obj: any, pbf: any): void;
}
//# sourceMappingURL=carto-raster-tile.d.ts.map