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 styleZoom.
undefined
number
Minimum display styleZoom.
number
Circle radius in meters.
undefined
string
Stroke color in hexadecimal RGB (#ff0000
) or RGBA (#ff0000ff
) format.
undefined
number
Stroke width in pixels.
any
User specific data.
undefined
number
Draw order.