liuyg
2021-06-23 cb8c1b31b685519b3eb897cc9d1f831ef8fcb259
1
2
//>>built
define(["dojo/_base/declare","./Geometry"],function(a,b){return a("dojox.geo.openlayers.LineString",b,{setPoints:function(a){this.coordinates=a},getPoints:function(){return this.coordinates}})});