收藏
回答

map组件,translateMarker接口中设置rotate无法转向

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,但是无法转向,只能平移,求解

回答关注问题邀请回答
收藏

2 个回答

  • 啊哦one
    啊哦one
    2020-07-06

    我也遇到相同的问题,rotate设置了值却无法转向,楼主解决了么

    2020-07-06
    有用
    回复
  • 胡夏mei
    胡夏mei
    2019-02-14

    我也遇到相同的问题,rotate设置了值却无法转向,楼主解决了么

    2019-02-14
    有用
    回复
登录 后发表内容