Skip to content

CircleMarker

Inherits: Control

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

Properties

Properties#

border_color class-attribute instance-attribute #

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.

border_stroke_width class-attribute instance-attribute #

border_stroke_width: Number = 0.0

The stroke width for the circle border.

Raises:

color class-attribute instance-attribute #

color: ColorValue | None = None

The color of the circle area.

coordinates instance-attribute #

coordinates: MapLatitudeLongitude

The center coordinates of the circle

radius instance-attribute #

radius: Number

The radius of the circle

use_radius_in_meter class-attribute instance-attribute #

use_radius_in_meter: bool = False

Whether the radius should use the unit meters.