Polyline类参考
编辑时间:2017-03-03

Polyline

使用浏览器的矢量制图工具(如果可用)在地图上绘制折线的地图叠加层。

构造函数描述
Polyline(points: Array< Point>, opts: PolylineOptions)创建折线覆盖物对象
方法返回值描述
setPath(path: Array< Point>)none设置折线的点数组
getPath()Array<Point>返回折线的点数组
setStrokeColor(color: String)none设置折线的颜色
getStrokeColor()String返回折线的颜色
setStrokeOpacity(opacity: Number)none设置透明度,取值范围0 - 1
getStrokeOpacity()Number返回透明度
setStrokeWeight(weight: Number)none设置线的宽度,范围为大于等于1的整数
getStrokeWeight()Number返回线的宽度
setStrokeStyle(style: String)none设置是为实线或虚线,solid或dashed
getStrokeStyle()String返回当前线样式状态,实线或者虚线
getBounds()Bounds返回覆盖物的地理区域范围
enableEditing()none开启编辑功能
disableEditing()none关闭编辑功能
enableMassClear()none允许覆盖物在map.clearOverlays方法中被清除
disableMassClear()none禁止覆盖物在map.clearOverlays方法中被清除
setPositionAt(index: Number, point: Point)none修改指定位置的坐标。索引index从0开始计数。例如setPointAt(2, point)代表将折线的第3个点的坐标设为point
getMap()Map返回覆盖物所在的map对象
addEventListener(event: String, handler: Function)none添加事件监听函数
removeEventListener(event: String, handler: Function)none移除事件监听函数
事件参数描述
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}覆盖物的属性发生变化时触发

PolylineOptions

此类表示Polyline构造函数的可选参数。它没有构造函数,但可通过对象字面量形式表示。

属性类型描述
strokeColorString折线颜色
strokeWeightNumber折线的宽度,以像素为单位
strokeOpacityNumber折线的透明度,取值范围0 - 1
strokeStyleString折线的样式,solid或dashed
enableMassClearBoolean是否在调用map.clearOverlays清除此覆盖物,默认为true
enableEditingBoolean是否启用线编辑,默认为false
enableClickingBoolean是否响应点击事件,默认为true


获取正版授权

方式一:自动授权

关注官方微信号
BIGEMAP微信公众号
操作步骤:
①关注官方微信号
②点击【自助授权】
③按提示完成操作!
注:此功能暂未完成

方式二:扫一扫

免费授权微信群

微信客服 在线客服

免费咨询电话

400-028-7262

028-65472965

淘宝店铺

bigemap.taobao.com

联系我们