Destinia.maps.PolyLine=function(a){Destinia.maps.Composite.apply(this,arguments);this.color="#FF0000";this.opacity=1;this.weight=2;this.geodesic=true;Destinia.extend(this,a)};Destinia.maps.PolyLine.prototype=new Destinia.maps.Composite();Destinia.maps.PolyLine.prototype.constructor=Destinia.maps.PolyLine;Destinia.maps.PolyLine.prototype._render=function(){this.adapter.createPolyLine(this);return this};
