CircleMarker
Inherits: Control
A circular marker displayed on the Map at the specified
location through the CircleLayer.
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
radiusshould use the unit meters.
Properties#
border_color
#
border_color: ColorValue | None = None
The color of the circle border line.
Tip
border_stroke_width must be greater than
0.0 in order for this color to be visible.