CircleLayer
A layer to display CircleMarker
s.
Examples
See Map
Control.
CircleLayer
Properties
circles
A list of CircleMarker
s to be displayed.
CircleMarker
Properties
A circular marker displayed on the Map
through the CircleLayer
at coordinates
.
border_color
The border color of the circle border line. Requires border_stroke_width > 0
inorder to be visible.
border_stroke_width
The border stroke width of the circle border.
Defaults to 0
- no border.
color
The color of the circle area.
coordinates
The center coordinates of the marker.
Value is of type MapLatitudeLongitude
.
radius
The radius of the circle.
use_radius_in_meter
A boolean value to indicate if the radius is in meters or pixels.
Defaults to False
- pixels.