Skip to content
Guides API

SceneProperties

SceneProperties = object

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

3D placement, applied when the content is drawn in a <SceneView> and ignored in a <MapView>. Mirrors LayerSceneProperties.

The default draped-billboarded lays markers on the terrain, where scene layers drawn above the terrain — an integrated mesh, say — will hide them. absolute with an altitudeOffset lifts them clear.

<FeatureLayer url={...} sceneProperties={{ surfacePlacement: 'absolute', altitudeOffset: -15 }} />

optional altitudeOffset?: number

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

Metres added to each geometry’s z. Defaults to 0.


optional surfacePlacement?: SurfacePlacement

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

Defaults to draped-billboarded.