PointCloudLayerProps
PointCloudLayerProps =
LayerProps&object
Defined in: src/ExpoArcgis.types.ts:1248
Props for a <PointCloudLayer> (3D) — mirror the native PointCloudLayer.
Type Declaration
Section titled “Type Declaration”altitudeOffset?
Section titled “altitudeOffset?”
optionalaltitudeOffset?:number
Vertical offset applied to every point, in the scene’s elevation units.
filters?
Section titled “filters?”
optionalfilters?:PointCloudFilter[]
Filters hiding part of the cloud. Replaces the whole set on change; [] clears it.
renderer?
Section titled “renderer?”
optionalrenderer?:PointCloudRenderer
Colouring for the points. Omit to keep the layer’s own (service-authored) renderer.
url:
string