shuishen
2021-06-11 3bb0279bd9e2ef8f359acdf271fd7d6b4cdc5f79
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}})});