CircleMarker
A circular marker displayed on the Map at the specified location through the CircleLayer.
Inherits: Control
Properties
border_color- The color of the circle border line.border_stroke_width- The stroke width for the circle border.color- The color of the circle area.coordinates- The center coordinates of the circleradius- The radius of the circleuse_radius_in_meter- Whether the radius should use the unit meters.
Properties
border_colorclass-attributeinstance-attribute
border_color: Optional[ColorValue] = NoneThe color of the circle border line.
Tip
border_stroke_width must be greater than
0.0 in order for this color to be visible.
border_stroke_widthclass-attributeinstance-attribute
border_stroke_width: Number = 0.0The stroke width for the circle border.
Raises:
- ValueError - If it is less than
0.0.
colorclass-attributeinstance-attribute
color: Optional[ColorValue] = NoneThe color of the circle area.