Interface: CircleMarkerOptions
component.CircleMarkerOptions
interface CircleMarkerOptions
Interface that represents the options for configuring a CircleMarker.
Properties#
color#
• Optional color: string | number
The color of the marker.
default "#fff"
Defined in#
component/marker/interfaces/CircleMarkerOptions.ts:12
opacity#
• Optional opacity: number
The opacity of the marker.
default 0.4
Defined in#
component/marker/interfaces/CircleMarkerOptions.ts:19
radius#
• Optional radius: number
The radius of the circle in meters.
default 1