polyline: [
{
points:[],
color: '#5A97FF',
width: 10, // width必须填 不然会报错
borderWidth:1,
borderColor:'#ffffff',
arrowLine: true, // 是否有箭头
}
],
运行到手机上没有箭头,也没有边框怎么回事啊。。
polyline: [
{
points:[],
color: '#5A97FF',
width: 10, // width必须填 不然会报错
borderWidth:1,
borderColor:'#ffffff',
arrowLine: true, // 是否有箭头
}
],
运行到手机上没有箭头,也没有边框怎么回事啊。。