this.mapCtx.translateMarker({
markerId: 1002,
autoRotate: true,
duration: 3000,
rotate:180,
destination: {
latitude: newCarList[1].latitude,
longitude: newCarList[1].longitude,
},
animationEnd() {
console.log('animation end')
}
})
调用translateMarker 平移标点的时候,设置了rotate,但是无法转向,只能平移,求解
本文网址:http://www.91bianli.com/weixinxiaochengxu/40792.html