CircleMarkerOptions | MapGL | 2GIS Documentation
MapGL JS API

CircleMarkerOptions

CircleMarker initialization options.

Properties
string

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

number[]

Geographical coordinates of the circleMarker center and optional height in meters : [longitude, latitude, height?] .

number

CircleMarker diameter in pixels.

boolean

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

number

Maximum display styleZoom.

number

Minimum display styleZoom.

string

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.

number

The second stroke width in pixels.

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

string

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

number

Stroke width in pixels.

any

User defined data

number

Draw order.