google maps for Flash -- 画多变圆
?
?
var strokeStyle:StrokeStyle = new StrokeStyle();strokeStyle.alpha = 0.2; //透明度strokeStyle.color = "0xffffff"; strokeStyle.thickness = 10; //用于指定笔触粗细polygonOptions.strokeStyle = strokeStyle
发布时间: 2012-11-09 10:18:47 作者: rapoo
google maps for Flash -- 画多变圆
?
?
var strokeStyle:StrokeStyle = new StrokeStyle();strokeStyle.alpha = 0.2; //透明度strokeStyle.color = "0xffffff"; strokeStyle.thickness = 10; //用于指定笔触粗细polygonOptions.strokeStyle = strokeStyle