求教:map组件polyline属性arrowLine无效,是不是要更换箭头
_this.setData({
polyline: [{
points: pl,
color: “#00e500”,//路线色
width: 4,//路线宽度
arrowLine: true,//带箭头的线
}]
在手机预览时无效果,是不是要加上arrowIconPath???
请问这个值,要怎么写才显示箭头??
_this.setData({
polyline: [{
points: pl,
color: “#00e500”,//路线色
width: 4,//路线宽度
arrowLine: true,//带箭头的线
}]
在手机预览时无效果,是不是要加上arrowIconPath???
请问这个值,要怎么写才显示箭头??