Skip to content
Guides API

SimpleMarkerSceneSymbol

SimpleMarkerSceneSymbol = object

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

A 3D marker symbol for point graphics in a <SceneView>. Mirrors the native SimpleMarkerSceneSymbol (a parametric solid: cone / cube / sphere / …).

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

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

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


optional color?: string

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

Fill color as a hex string.


optional depth?: number

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

Size along y, in meters. Defaults to 100.


optional height?: number

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

Size along z (up), in meters. Defaults to 100.


optional style?: "cone" | "cube" | "cylinder" | "diamond" | "sphere" | "tetrahedron"

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

Solid shape. Defaults to sphere.


type: "simple-marker-scene"

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


optional width?: number

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

Size along x, in meters. Defaults to 100.