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#
class-attribute
      instance-attribute
  
#
border_color: ColorValue = YELLOW
The border's color.
class-attribute
      instance-attribute
  
#
    The stops for the gradient_colors.
instance-attribute
  
#
coordinates: list[MapLatitudeLongitude]
The list of coordinates for the polyline.
class-attribute
      instance-attribute
  
#
gradient_colors: list[ColorValue] | None = None
The List of colors in case a gradient should get used.
class-attribute
      instance-attribute
  
#
    Style to use for line endings.
class-attribute
      instance-attribute
  
#
stroke_join: StrokeJoin = ROUND
Style to use for line segment joins.
class-attribute
      instance-attribute
  
#
stroke_pattern: StrokePattern = field(
    default_factory=lambda: SolidStrokePattern()
)
Determines whether the line should be solid, dotted, or dashed, and the exact characteristics of each.