"translateMapMarker:fail
this.mapCtx.translateMarker({
markerId: 999000,
autoRotate: true,
duration: 11000,
rotate: rot,
destination: {
latitude: latsta,
longitude: lonsta,
},
animationEnd() {
console.log(‘2 end’)
},
fail(err) {
console.log(‘err’, err)
}
})
第一次调用时可以运动,第二次之后就常报"translateMapMarker:fail,我是每12秒调用一次,每次的经纬度和上次都不同
3 回复