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.
Example
Section titled “Example”<FeatureLayer url={...} sceneProperties={{ surfacePlacement: 'absolute', altitudeOffset: -15 }} />Properties
Section titled “Properties”altitudeOffset?
Section titled “altitudeOffset?”
optionalaltitudeOffset?:number
Defined in: src/ExpoArcgis.types.ts:230
Metres added to each geometry’s z. Defaults to 0.
surfacePlacement?
Section titled “surfacePlacement?”
optionalsurfacePlacement?:SurfacePlacement
Defined in: src/ExpoArcgis.types.ts:228
Defaults to draped-billboarded.