L.supermap.plotting.graphicLayer()
leaflet/mapping/PlottingGraphicLayer.js, line 5
Extends
Methods
-
addFeatures(features)
leaflet/mapping/PlottingGraphicLayer.js, line 86 -
添加标号对象。
Name Type Description featuresArray.<L.supermap.plotting.GraphicObject> 标号对象。
-
removeAllGraphics()
leaflet/mapping/PlottingGraphicLayer.js, line 188 -
删除所有图形对象。
-
removeGraphics(graphics)
leaflet/mapping/PlottingGraphicLayer.js, line 122 -
删除图形对象。
Name Type Description graphicsObject 图形对象。
-
updateGraphics(graphics)
leaflet/mapping/PlottingGraphicLayer.js, line 153 -
更新图形对象。
Name Type Description graphicsObject 图形对象。