Skip to main content

CircleMarker

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

Inherits: Control

Properties

Properties

border_colorclass-attributeinstance-attribute

border_color: Optional[ColorValue] = 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_widthclass-attributeinstance-attribute

border_stroke_width: Number = 0.0

The stroke width for the circle border.

Raises:

  • ValueError - If it is less than 0.0.

colorclass-attributeinstance-attribute

color: Optional[ColorValue] = None

The color of the circle area.

coordinatesinstance-attribute

coordinates: MapLatitudeLongitude

The center coordinates of the circle

radiusinstance-attribute

radius: Number

The radius of the circle

use_radius_in_meterclass-attributeinstance-attribute

use_radius_in_meter: bool = False

Whether the radius should use the unit meters.