SceneViewProps
SceneViewProps =
object
Defined in: src/ExpoArcgis.types.ts:2401
Props for the <SceneView> host component.
Properties
Section titled “Properties”atmosphereEffect?
Section titled “atmosphereEffect?”
optionalatmosphereEffect?:AtmosphereEffect
Defined in: src/ExpoArcgis.types.ts:2421
Atmosphere rendering. Defaults to horizonOnly.
camera?
Section titled “camera?”
optionalcamera?:Camera
Defined in: src/ExpoArcgis.types.ts:2404
Animates the view to this 3D camera whenever the value changes (runtime camera control).
cameraController?
Section titled “cameraController?”
optionalcameraController?:CameraController|null
Defined in: src/ExpoArcgis.types.ts:2410
Swaps the scene’s camera-control mode. Omit (or pass null) to use the SDK default.
{ type: 'orbitLocation', target, distance }— orbit around a fixed point.{ type: 'globe' }— free globe navigation.
optionalgrid?:GridConfig|null
Defined in: src/ExpoArcgis.types.ts:2412
Coordinate-grid overlay (MGRS / UTM / USNG / latitude-longitude). null / omitted = none.
onSceneLoaded?
Section titled “onSceneLoaded?”
optionalonSceneLoaded?: (event) =>void
Defined in: src/ExpoArcgis.types.ts:2425
Called once the scene has finished loading successfully.
Parameters
Section titled “Parameters”nativeEvent
Section titled “nativeEvent”Returns
Section titled “Returns”void
onSceneLoadError?
Section titled “onSceneLoadError?”
optionalonSceneLoadError?: (event) =>void
Defined in: src/ExpoArcgis.types.ts:2427
Called if the scene fails to load.
Parameters
Section titled “Parameters”nativeEvent
Section titled “nativeEvent”Returns
Section titled “Returns”void
onTap?
Section titled “onTap?”
optionalonTap?: (event) =>void
Defined in: src/ExpoArcgis.types.ts:2429
Called when the user taps the scene.
Parameters
Section titled “Parameters”nativeEvent
Section titled “nativeEvent”Returns
Section titled “Returns”void
orbitGraphic?
Section titled “orbitGraphic?”
optionalorbitGraphic?:GraphicRef|null
Defined in: src/ExpoArcgis.types.ts:2417
The graphic to orbit when cameraController is { type: 'orbitGeoElement' } — the camera
follows this <Graphic> as it moves. Pass the ref obtained from <Graphic ref>.
style?
Section titled “style?”
optionalstyle?:StyleProp<ViewStyle>
Defined in: src/ExpoArcgis.types.ts:2402
sunLighting?
Section titled “sunLighting?”
optionalsunLighting?:SunLighting
Defined in: src/ExpoArcgis.types.ts:2419
Sun lighting mode (shadows). Defaults to off.
sunTime?
Section titled “sunTime?”
optionalsunTime?:number
Defined in: src/ExpoArcgis.types.ts:2423
Sun position, as epoch milliseconds (affects shadow direction).