Interface GeoArrowPolygonDeckGlProjectionRequestExperimental

Normative GeoArrow Polygon batch request for the direct SolidPolygonLayer path.

interface GeoArrowPolygonDeckGlProjectionRequest {
    batch: ColumnarBatchV1;
    layerId: string;
    props?: Readonly<Record<string, unknown>>;
}

Properties

Properties

layerId: string
props?: Readonly<Record<string, unknown>>