translateMarker的rotate的数据与实际角度不一样
截图:
实际角度:
mapCtx.translateMarker({
markerId: 0,
autoRotate: true,
rotate: parseInt(ang),
duration: 5000,
destination: {
latitude: lat,
longitude: lng,
},
animationEnd() {
console.log('end ')
}
})
2 回复
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)