截图:
实际角度:
mapCtx.translateMarker({
markerId: 0,
autoRotate: true,
rotate: parseInt(ang),
duration: 5000,
destination: {
latitude: lat,
longitude: lng,
},
animationEnd() {
console.log('end ')
}
})
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | translateMarker | 客户端 | 7.0.4 | 2.6.6 |
2 个回答
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)