szgeoinfo.style.CircleStyle

Class: szgeoinfo.style.CircleStyle


new CircleStyle(radius, fill, stroke)

圆图标对象

Parameters:
Name Type Description
radius number

半径,默认5

fill szgeoinfo.style.Fill

填充颜色

stroke szgeoinfo.style.Stroke

边框对象

Example
var circle=new szgeoinfo.style.CircleStyle(7,fill,stroke);