导入hello uniapp,运行
进入页面 接口->位置->地图控制下,点击addPolyline按钮。
页面上显示的颜色()见下图)和代码中的颜色(color: '#FFCCFF',color: '#CCFFFF',)不对应
const testPolyline = [{
points: [{
latitude: 39.925539,
longitude: 116.279037
},
{
latitude: 39.925539,
longitude: 116.520285
}
],
color: '#FFCCFF',
width: 7,
dottedLine: true,
arrowLine: true,
borderColor: '#000000',
borderWidth: 2
},
{
points: [{
latitude: 39.938698,
longitude: 116.275177
},
{
latitude: 39.966069,
longitude: 116.289253
},
{
latitude: 39.944226,
longitude: 116.306076
},
{
latitude: 39.966069,
longitude: 116.322899
},
{
latitude: 39.938698,
longitude: 116.336975
}
],
color: '#CCFFFF',
width: 5,
dottedLine: true,
arrowLine: true,
borderColor: '#CC0000',
borderWidth: 3
}
];
3***@qq.com (作者)
那是否可以改一下文档啊,这个地方没人告诉的话一般人不可能想到时这样的
2021-07-08 16:58
DCloud_iOS_XHY
回复 3***@qq.com: 好的
2021-07-15 20:08