Interface GeoArrowPointDeckGlProjectionRequestExperimental

Normative GeoArrow Point batch request for the direct scatterplot path.

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

Properties

Properties

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