CircleMarkerOptions
CircleMarker initialization options.
Properties
undefined
string
Fill color in hexadecimal RGB (#ff0000
) or RGBA (#ff0000ff
) format.
number[]
Geographical coordinates of the circleMarker center: [longitude, latitude]
.
undefined
false
true
Allows the circleMarker to emit events (like mouseover
). true
by default.
undefined
number
Maximum display zoom level.
undefined
number
Minimum display zoom level.
undefined
number
CircleMarker radius in pixels.
undefined
string
The second stroke color in hexadecimal RGB (#ff0000
) or RGBA (#ff0000ff
) format.
undefined
number
The second stroke width in pixels.
undefined
string
Stroke color in hexadecimal RGB (#ff0000
) or RGBA (#ff0000ff
) format.
undefined
number
Stroke width in pixels.
undefined
number
Draw order.