CircleOptions | MapGL | 2GIS Documentation
MapGL JS API

CircleOptions

Circle initialization options.

Properties
undefinedstring

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

number[]

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

undefinedfalsetrue

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

undefinednumber

Maximum display styleZoom.

undefinednumber

Minimum display styleZoom.

number

Circle radius in meters.

undefinedstring

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

undefinednumber

Stroke width in pixels.

any

User specific data.

undefinednumber

Draw order.