Skip to content
Guides API

PointCloudLayerProps

PointCloudLayerProps = LayerProps & object

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

Props for a <PointCloudLayer> (3D) — mirror the native PointCloudLayer.

optional altitudeOffset?: number

Vertical offset applied to every point, in the scene’s elevation units.

optional filters?: PointCloudFilter[]

Filters hiding part of the cloud. Replaces the whole set on change; [] clears it.

optional renderer?: PointCloudRenderer

Colouring for the points. Omit to keep the layer’s own (service-authored) renderer.

url: string