VectorMarkerSymbolLayer class final
The VectorMarkerSymbolLayer represents a marker comprising vector graphics.
The VectorMarkerSymbolLayer is constructed from a collection of VectorMarkerSymbolElement which define the building blocks of the vector marker.
If it is the sole symbol layer in a MultilayerPointSymbol, this symbol layer places a vector marker at the location of the point feature.
This symbol layer is similar to the Web Scene specification's IconSymbol3DLayer, when the IconSymbol3DLayer references a primitive shape.
- Inheritance
-
- Object
- SymbolLayer
- MarkerSymbolLayer
- VectorMarkerSymbolLayer
Constructors
-
VectorMarkerSymbolLayer({required List<
VectorMarkerSymbolElement> vectorMarkerSymbolElements}) -
Creates a vector marker symbol layer with a collection of vector marker
symbol elements.
factory
Properties
- anchor ↔ SymbolAnchor
-
The anchor object of a marker symbol layer.
getter/setter pairinherited
- colorLocked ↔ bool
-
The symbol layer color locked property.
getter/setter pairinherited
- enabled ↔ bool
-
The symbol layer enabled property.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- heading ↔ double
-
The marker symbol layer's heading: the angle of rotation about the anchor
point.
getter/setter pairinherited
- offsetX ↔ double
-
The marker symbol layer's x-offset.
getter/setter pairinherited
- offsetY ↔ double
-
The marker symbol layer's y-offset.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ double
-
The size of marker symbol layer.
getter/setter pairinherited
-
vectorMarkerSymbolElements
→ List<
VectorMarkerSymbolElement> -
The collection of vector marker symbol elements held by the vector marker
symbol layer.
no setter
Methods
-
clone(
) → SymbolLayer -
Clones the SymbolLayer.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited