@deck.gl/carto
Version:
CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.
7 lines • 507 B
TypeScript
import { GeoBoundingBox } from '@deck.gl/geo-layers';
import { BinaryPointFeature, BinaryLineFeature, BinaryPolygonFeature } from '@loaders.gl/schema';
type TileBBox = GeoBoundingBox;
export declare function createPointsFromLines(lines: BinaryLineFeature, uniqueIdProperty?: string): BinaryPointFeature | null;
export declare function createPointsFromPolygons(polygons: Required<BinaryPolygonFeature>, tileBbox: TileBBox, props: any): BinaryPointFeature;
export {};
//# sourceMappingURL=label-utils.d.ts.map