Skip to content
Guides API

PointCloudSizeAlgorithm

PointCloudSizeAlgorithm = { size: number; sizeUnits?: "dips" | "meters"; type: "fixed-size"; } | { scaleFactor: number; type: "splat"; }

Defined in: src/ExpoArcgis.types.ts:1109

How point sizes are computed — mirrors the native PointCloudSizeAlgorithm hierarchy.

{ size: number; sizeUnits?: "dips" | "meters"; type: "fixed-size"; }

Every point drawn at a fixed size, in screen dips or ground meters.


{ scaleFactor: number; type: "splat"; }

Points scale with distance so nearby points fill the gaps between them.