Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PolygonSymbol3DProperties

Hierarchy

Index

Properties

Optional color

color: string | Color | number[]

The color of the symbol.

Read more...

Optional styleOrigin

styleOrigin: Symbol3DStyleOrigin

The origin of the style from which the symbol was originally referenced.

Read more...

Optional symbolLayers

symbolLayers: CollectionProperties<(ExtrudeSymbol3DLayerProperties & { type: "extrude" }) | (FillSymbol3DLayerProperties & { type: "fill" }) | (IconSymbol3DLayerProperties & { type: "icon" }) | (LineSymbol3DLayerProperties & { type: "line" }) | (ObjectSymbol3DLayerProperties & { type: "object" }) | (WaterSymbol3DLayerProperties & { type: "water" })>

A Collection of Symbol3DLayer objects used to visualize the graphic or feature.

Read more...

Generated using TypeDoc