Class: graphicLayer

graphicLayer

高效率点图层类。

L.supermap.graphicLayer(graphics, options)

leaflet/overlay/GraphicLayer.js, line 6
Name Type Description
graphics Object

图形对象

options Object

可选参数。如:
stroke - {boolean}
color - {string} 颜色
weight - {number} 线宽
opacity - {number}透明度
lineCap - {string} 线帽形状
lineJoin - {string} 线条交汇边角形状
fill - {boolean} 是否填充
fillColor - {string} 填充色
fillOpacity - {number}填充透明度
fillRule - {string} 填充规则
radius - {number}半径

Extends