Represents markers placed at the start and end of each line geometry, or both. Markers size is proportional to the width of the line.
Referenced by: LineSymbol3DLayer
Properties
| Property | Details |
|---|---|
| color | An option to color the markers differently from the line. By default the markers inherit the line's color. |
| placement | Indicates where the marker is placed. Valid values:
|
| style | Style of the marker. Valid values: arrow, circle, cross, diamond, square, x |
| type | The type of marker applied to a line. Valid value of this property style |
Example
{
"style": "arrow",
"placement": "begin",
"type": "style"
}