VectorMarkerSymbolLayer constructor

VectorMarkerSymbolLayer({
  1. required List<VectorMarkerSymbolElement> vectorMarkerSymbolElements,
})

Creates a vector marker symbol layer with a collection of vector marker symbol elements.

This function creates a VectorMarkerSymbolLayer, then sets the given vector of VectorMarkerSymbolElement as the collection comprising the vector marker.

Parameters: