Skip to content

SimpleMarkerSceneSymbol

SimpleMarkerSceneSymbol = object

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

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:1983

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


optional color?: string

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

Fill color as a hex string.


optional depth?: number

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

Size along y, in meters. Defaults to 100.


optional height?: number

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

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


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

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

Solid shape. Defaults to sphere.


type: "simple-marker-scene"

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


optional width?: number

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

Size along x, in meters. Defaults to 100.