如题,以设置了 autoRotate:false, 等相关参数
mapCtx.translateMarker({
markerId: 3,
autoRotate:false,
moveWithRotate:true,
rotate:rotate,
duration: 1000,
destination: {
latitude: res.result.carLocation.latitude,
longitude: res.result.carLocation.longitude
},
animationEnd() {
}
});
测试代码片段如下
https://developers.weixin.qq.com/s/8lbM7qmI79wa
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。