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