Displaying 1 result from an estimated 1 matches for "gpoly".
Did you mean:
poly
2009 Sep 20
0
r30 committed - jslint now passing for google and googlev3
...ve'', function (point) {
var loc = point.lat().toFixed(4) + '' / '' + point.lng().toFixed(4);
@@ -496,11 +498,10 @@
gpoints.push(this.points[i].toProprietary(''google''));
}
if (this.closed || gpoints[0].equals(gpoints[length-1])) {
- var gpoly = new GPolygon(gpoints, this.color, this.width, this.opacity,
this.fillColor || "#5462E3", this.opacity || "0.3");
+ return new GPolygon(gpoints, this.color, this.width, this.opacity,
this.fillColor || "#5462E3", this.opacity || "0.3");
} else {
-...