CircleOptions | MapGL | 2GIS Documentation
MapGL JS API

CircleOptions

Circle initialization options.

Properties
string

Fill color in hexadecimal RGB ( #ff0000 ) or RGBA ( #ff0000ff ) format.

number[]

Geographical coordinates of the circle center: [longitude, latitude] .

boolean

Allows the circle to emit events (like mouseover ). true by default.

number

Maximum display styleZoom.

number

Minimum display styleZoom.

number

Circle radius in meters.

string

Stroke color in hexadecimal RGB ( #ff0000 ) or RGBA ( #ff0000ff ) format.

number

Stroke width in pixels.

any

User specific data.

number

Draw order.