Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PointSymbol3DProperties

Hierarchy

Index

Properties

Optional callout

Settings for adding a callout visualization to the symbol.

Read more...

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<(IconSymbol3DLayerProperties & { type: "icon" }) | (ObjectSymbol3DLayerProperties & { type: "object" }) | (TextSymbol3DLayerProperties & { type: "text" })>

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

Read more...

Optional verticalOffset

Shifts the symbol along the vertical world axis by a given height.

Read more...

Generated using TypeDoc