Skip to content
Guides API

ModelSceneSymbol

ModelSceneSymbol = object

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

A 3D model symbol (glTF / .glb) for point graphics in a <SceneView>. Mirrors the native ModelSceneSymbol (loads the model at url at runtime — symbol is Loadable).

optional anchor?: "center" | "bottom" | "top" | "origin"

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

Which part of the model sits on the point. Defaults to bottom.


optional heading?: number

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

Rotation around the vertical (z) axis, in degrees. Defaults to 0.


optional pitch?: number

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

Rotation around the lateral (x) axis, in degrees. Defaults to 0.


optional roll?: number

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

Rotation around the longitudinal (y) axis, in degrees. Defaults to 0.


optional scale?: number

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

Uniform scale factor applied to the model. Defaults to 1.


optional sizeUnits?: "dips" | "meters"

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

Whether the model dimensions are expressed in device-independent pixels or geographic meters. Defaults to dips.


type: "model-scene"

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


url: string

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

URL of the glTF / .glb model file. Required.