CircleMarker
Inherits: Control
A circular marker displayed on the Map at the specified
location through the CircleLayer
.
Raises:
-
AssertionError
–If the
border_stroke_width
is negative.
Properties
-
border_color
(ColorValue | None
) –The color of the circle border line.
-
border_stroke_width
(Number
) –The stroke width for the circle border.
-
color
(ColorValue | None
) –The color of the circle area.
-
coordinates
(MapLatitudeLongitude
) –The center coordinates of the circle
-
radius
(Number
) –The radius of the circle
-
use_radius_in_meter
(bool
) –Whether the
radius
should use the unit meters.
Properties#
border_color
#
border_color: ColorValue | None = None
The color of the circle border line.
Note
border_stroke_width
must to be greater than
0.0
in order for this color to be visible.