Circle API
Props
Prop | Default | Description |
---|---|---|
center | undefined |
圆形的中心点坐标 |
radius | undefined |
圆形的半径,单位为米 |
strokeColor | blue |
圆形边线颜色 |
strokeWeight | 2 |
圆形边线的宽度,以像素为单位 |
strokeOpacity | 0.5 |
圆形边线透明度,取值范围0 - 1 |
strokeStyle | solid |
圆形边线的样式,solid 或 dashed |
fillColor |
|
圆形填充颜色。当参数为空时,圆形将没有填充效果 |
fillOpacity | 0.5 |
圆形填充的透明度,取值范围 0 - 1 |
massClear | true |
是否在调用map.clearOverlays清除此覆盖物,默认为true |
clicking | true |
是否响应点击事件,默认为 true |
editing | false |
是否启用线编辑,默认为 false |
Last Updated: 2021-08-29