this.anchorText_ = style.anchorText || [0, 0];
this.anchorIcon_ = style.anchorIcon || [parseInt(this.height_ / 2, 10), parseInt(this.width_ / 2, 10)];
this.textColor_ = style.textColor || "black";
- this.textSize_ = style.textSize || 11;
+ this.textSize_ = style.textSize || 14;
this.textDecoration_ = style.textDecoration || "none";
this.fontWeight_ = style.fontWeight || "bold";
this.fontStyle_ = style.fontStyle || "normal";
if (markers.hasOwnProperty(key)) {
this.pushMarkerTo_(markers[key]);
}
- }
+ }
if (!opt_nodraw) {
this.redraw_();
}