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 / …).
Properties
Section titled “Properties”anchor?
Section titled “anchor?”
optionalanchor?:"center"|"bottom"|"top"|"origin"
Defined in: src/ExpoArcgis.types.ts:1983
Which part of the solid sits on the point. Defaults to bottom.
color?
Section titled “color?”
optionalcolor?:string
Defined in: src/ExpoArcgis.types.ts:1975
Fill color as a hex string.
depth?
Section titled “depth?”
optionaldepth?:number
Defined in: src/ExpoArcgis.types.ts:1981
Size along y, in meters. Defaults to 100.
height?
Section titled “height?”
optionalheight?:number
Defined in: src/ExpoArcgis.types.ts:1979
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:1973
Solid shape. Defaults to sphere.
type:
"simple-marker-scene"
Defined in: src/ExpoArcgis.types.ts:1971
width?
Section titled “width?”
optionalwidth?:number
Defined in: src/ExpoArcgis.types.ts:1977
Size along x, in meters. Defaults to 100.