VectorMarkerSymbolElement constructor

VectorMarkerSymbolElement({
  1. required Geometry geometry,
  2. required MultilayerSymbol multilayerSymbol,
})

Creates a vector marker symbol element with geometry and symbol.

This constructor creates a VectorMarkerSymbolElement using the geometry and symbol arguments provided.

Parameters:

  • geometry — The geometry that defines the shape of the symbol.
  • multilayerSymbol — The element's symbol.