折线

BmPolyline

属性

属性名类型默认值描述
pathArray[Point][]构成折线的点
strokeColorString折线颜色
strokeWeightNumber折线的宽度,以像素为单位
strokeOpacityNumber折线的透明度,取值范围0 - 1
strokeStyleString'solid'折线的样式,solid或dashed
massClearBooleantrue是否在调用map.clearOverlays清除此覆盖物
editingBooleanfalse是否启用线编辑
clickingBooleantrue是否响应点击事件
iconsArray[IconSequence][]贴合折线的图标

事件

事件名参数描述
clickevent{type, target, point, pixel}点击折线后会触发此事件
dblclickevent{type, target, point, pixel}双击折线后会触发此事件
mousedownevent{type, target, point, pixel}鼠标在折线上按下触发此事件
mouseupevent{type, target, point, pixel}鼠标在折线释放触发此事件
mouseoutevent{type, target, point, pixel}鼠标离开折线时触发此事件
mouseoverevent{type, target, point, pixel}当鼠标进入折线区域时会触发此事件
removeevent{type, target}移除折线时触发
lineupdateevent{type, target}覆盖物的属性发生变化时触发

示例

在地图中添加可编辑的折线