Interface GeoArrowLineDeckGlProjectionRequestExperimental

Normative GeoArrow LineString batch request for the direct PathLayer path.

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

Properties

Properties

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