LineSymbolMarker class
Specifies the color, style, and placement of a symbol marker on the line.
LineSymbolMarker is used for rendering a simple marker graphic on a SimpleLineSymbol. Markers can enhance the cartographic information of a line by providing additional visual cues about the associated feature.
https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-LineSymbolMarker.html
Constructors
- LineSymbolMarker({Color? color, double? colorOpacity, String? declaredClass, MarkerPlacement placement = MarkerPlacement.beginEnd, MarkerStyle style = MarkerStyle.arrow})
-
const
Properties
- color → Color?
-
The color of the marker.
final
- colorOpacity → double?
-
final
- declaredClass → String?
-
The name of the class.
Only supported on web.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- placement → MarkerPlacement
-
The placement of the marker(s) on the line.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → MarkerStyle
-
The marker style.
final
Methods
-
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