ExperimentalReadonly ExperimentalattributesReadonly ExperimentalbatchReadonly ExperimentalidentityOptional Readonly ExperimentallayerOnly scatterplot, feature-path, and feature-polygon are supported by adapter contract v1.0. Defaults to scatterplot.
Readonly ExperimentallayerOptional Readonly ExperimentalpropsForwarded to the deck.gl constructor. id, data, and pickable are reserved.
Optional Readonly ExperimentalstartRequired for "feature-path"/"feature-polygon"; forbidden otherwise.
Optional Readonly ExperimentalvertexTotal addressed vertex count backing the geometry attribute
(getPosition/getPath/getPolygon). Defaults to batch.rowCount
(correct for one-vertex-per-row layers like scatterplot). Required to
differ from batch.rowCount for "feature-path"/"feature-polygon",
where batch.rowCount counts geometries, not vertices.
Request to bind a columnar batch to a deck.gl projection.