SimpleMarkerSceneSymbol
SimpleMarkerSceneSymbol =
object
Defined in: src/ExpoArcgis.types.ts:2049
A 3D marker symbol for point graphics in a <SceneView>. Mirrors the native
SimpleMarkerSceneSymbol (a parametric solid: cone / cube / sphere / …).
Properties
Section titled “Properties”anchor?
Section titled “anchor?”
optionalanchor?:"center"|"bottom"|"top"|"origin"
Defined in: src/ExpoArcgis.types.ts:2062
Which part of the solid sits on the point. Defaults to bottom.
color?
Section titled “color?”
optionalcolor?:string
Defined in: src/ExpoArcgis.types.ts:2054
Fill color as a hex string.
depth?
Section titled “depth?”
optionaldepth?:number
Defined in: src/ExpoArcgis.types.ts:2060
Size along y, in meters. Defaults to 100.
height?
Section titled “height?”
optionalheight?:number
Defined in: src/ExpoArcgis.types.ts:2058
Size along z (up), in meters. Defaults to 100.
style?
Section titled “style?”
optionalstyle?:"cone"|"cube"|"cylinder"|"diamond"|"sphere"|"tetrahedron"
Defined in: src/ExpoArcgis.types.ts:2052
Solid shape. Defaults to sphere.
type:
"simple-marker-scene"
Defined in: src/ExpoArcgis.types.ts:2050
width?
Section titled “width?”
optionalwidth?:number
Defined in: src/ExpoArcgis.types.ts:2056
Size along x, in meters. Defaults to 100.