PolylineMarker
Inherits: Control
A marker for the PolylineLayer
.
Properties
-
border_color
(ColorValue
) –The border's color.
-
border_stroke_width
(Number
) –The width of the stroke with of the line border.
-
color
(ColorValue
) –The color of the line stroke.
-
colors_stop
(list[Number] | None
) –The stops for the
gradient_colors
. -
coordinates
(list[MapLatitudeLongitude]
) –The list of coordinates for the polyline.
-
gradient_colors
(list[ColorValue] | None
) –The List of colors in case a gradient should get used.
-
stroke_cap
(StrokeCap
) –Style to use for line endings.
-
stroke_join
(StrokeJoin
) –Style to use for line segment joins.
-
stroke_pattern
(StrokePattern
) –Determines whether the line should be solid, dotted, or dashed, and the
-
stroke_width
(Number
) –The width of the stroke.
-
use_stroke_width_in_meter
(bool
) –Whether the stroke's width should have meters as unit.
Properties#
border_stroke_width
#
border_stroke_width: Number = 0.0
The width of the stroke with of the line border.
Note
Must be non-negative.
gradient_colors
#
gradient_colors: list[ColorValue] | None = None
The List of colors in case a gradient should get used.
stroke_pattern
#
stroke_pattern: StrokePattern = field(
default_factory=lambda: SolidStrokePattern()
)
Determines whether the line should be solid, dotted, or dashed, and the exact characteristics of each.