Skip to content
Guides API

PointCloudLayerHandle

PointCloudLayerHandle = object

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

Imperative handle for a <PointCloudLayer> (via ref).

getAttributes: () => Promise<PointCloudAttribute[]>

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

Attributes available for rendering/filtering on this layer. Loads the layer first, so call it before building a renderer when the attribute names aren’t known up front.

Promise<PointCloudAttribute[]>