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,但是无法转向,只能平移,求解
我也遇到相同的问题,rotate设置了值却无法转向,楼主解决了么
我也遇到相同的问题,rotate设置了值却无法转向,楼主解决了么