CircleMarkerOptions | MapGL | 2GIS Documentation
MapGL JS API

CircleMarkerOptions

CircleMarker initialization options.

Properties
undefinedstring

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

number[]

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

undefinednumber

CircleMarker diameter in pixels.

undefinedfalsetrue

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

undefinednumber

Maximum display styleZoom.

undefinednumber

Minimum display styleZoom.

undefinedstring

The second stroke color in hexadecimal RGB (#ff0000) or RGBA (#ff0000ff) format.

[DEPRECATED] Will be removed in the next major release, use additional CircleMarker to draw an extra stroke.

undefinednumber

The second stroke width in pixels.

[DEPRECATED] Will be removed in the next major release, use additional CircleMarker to draw an extra stroke.

undefinedstring

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

undefinednumber

Stroke width in pixels.

any

User defined data

undefinednumber

Draw order.