并且在真机上将duration设置成100都还是很慢
that.mapCtx.translateMarker({
markerId: -1,
autoRotate: false,
// duration: 15000 / (subArray.length - 1),
duration: 100,
destination: {
latitude: subArray[i].latitude,
longitude: subArray[i].longitude,
},
fail: function (e) {
// console.log("");
// console.log(e);
}
})
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)