SceneProps
SceneProps =
object
Defined in: src/ExpoArcgis.types.ts:2340
Props for the <Scene> model component — mirror the native ArcGISScene/Scene.
Properties
Section titled “Properties”basemap?
Section titled “basemap?”
optionalbasemap?:BasemapStyle
Defined in: src/ExpoArcgis.types.ts:2342
Basemap style. Defaults to arcGISImagery (3D-appropriate).
basemapLanguage?
Section titled “basemapLanguage?”
optionalbasemapLanguage?:string
Defined in: src/ExpoArcgis.types.ts:2349
Language for basemap place-name labels. Only applies when basemap is a built-in style string.
Special values: "global" — English worldwide; "local" — local place names;
"default" — SDK default; "applicationLocale" — device locale.
Any other value is treated as a BCP-47 language tag (e.g. "fr", "ar", "zh-Hans").
basemapWorldview?
Section titled “basemapWorldview?”
optionalbasemapWorldview?:string
Defined in: src/ExpoArcgis.types.ts:2354
Worldview code for disputed-boundary rendering. Only applies when basemap is a built-in style.
Known codes: "CN", "IN", "IL", "JP", "MA", "PK", "KR", "AE", "US", "VN".
bookmarks?
Section titled “bookmarks?”
optionalbookmarks?:object[]
Defined in: src/ExpoArcgis.types.ts:2370
Named saved viewpoints stored on the scene. Replaces the scene’s bookmark list each time the
prop changes. Each entry creates a native Bookmark(name, Viewpoint(latitude, longitude, scale)).
Navigation to a bookmark is done separately via the <SceneView camera> prop.
name:
string
viewpoint
Section titled “viewpoint”viewpoint:
object
viewpoint.latitude
Section titled “viewpoint.latitude”latitude:
number
viewpoint.longitude
Section titled “viewpoint.longitude”longitude:
number
viewpoint.scale
Section titled “viewpoint.scale”scale:
number
camera?
Section titled “camera?”
optionalcamera?:Camera
Defined in: src/ExpoArcgis.types.ts:2358
3D camera for the initial view (preferred over initialViewpoint for scenes).
initialViewpoint?
Section titled “initialViewpoint?”
optionalinitialViewpoint?:Viewpoint
Defined in: src/ExpoArcgis.types.ts:2356
Center + scale applied when the scene first loads.
mobileScenePackagePath?
Section titled “mobileScenePackagePath?”
optionalmobileScenePackagePath?:string
Defined in: src/ExpoArcgis.types.ts:2364
Local path to a mobile scene package (.mspk); its first scene is shown when loaded.
portalItem?
Section titled “portalItem?”
optionalportalItem?:PortalItem
Defined in: src/ExpoArcgis.types.ts:2362
Load the scene from an ArcGIS web scene. Construction-only (set once; remount to change).
surface?
Section titled “surface?”
optionalsurface?:Surface
Defined in: src/ExpoArcgis.types.ts:2360
Ground elevation surface (terrain).