Skip to content

CircleMarker

Inherits: Control

A circular marker displayed on the Map at the specified location through the CircleLayer.

Raises:

Properties

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.

border_stroke_width #

border_stroke_width: Number = 0.0

The stroke width for the circle border.

Note

Must be non-negative.

color #

color: ColorValue | None = None

The color of the circle area.

coordinates #

coordinates: MapLatitudeLongitude

The center coordinates of the circle

radius #

radius: Number

The radius of the circle

use_radius_in_meter #

use_radius_in_meter: bool = False

Whether the radius should use the unit meters.