Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LineSymbol3DProperties

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<(LineSymbol3DLayerProperties & { type: "line" }) | (PathSymbol3DLayerProperties & { type: "path" })>

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

Read more...

Generated using TypeDoc