Class: circleStyle

L.supermap.circleStyle

圆形要素风格。

L.supermap.circleStyle(options)

leaflet/overlay/graphic/CircleStyle.js, line 7
Name Type Description
options Object

圆形要素风格参数。

Name Type Default Description
stroke boolean true 可选

是否描边。

color string '#3388ff' 可选

颜色。

weight number 1 可选

线宽。

opacity number 1 可选

透明度。

lineCap string 'round' 可选

线帽形状。

lineJoin string 'round' 可选

线条交汇边角形状。

fill boolean false 可选

是否填充。

fillColor string 可选

填充色。

fillOpacity number 0.2 可选

填充透明度。

fillRule string 'evenodd' 可选

填充形状。

radius number 3 可选

半径。

Extends

Methods

getCanvas()

leaflet/overlay/graphic/CircleStyle.js, line 51

获取画布,已弃用该设置,请使用 getStyle 接口。

Deprecated
  • Yes

getStyle()

leaflet/overlay/graphic/CircleStyle.js, line 60

获取画布。