收藏
回答

MapContext.translateMarker 平移时rotate参数没有发生变化?

如题,以设置了 autoRotate:false, 等相关参数

mapCtx.translateMarker({

                                    markerId: 3,

                                    autoRotate:false,

                                    moveWithRotate:true,

                                    rotate:rotate,

                                    duration: 1000,

                                    destination: {

                                        latitude: res.result.carLocation.latitude,

                                        longitude: res.result.carLocation.longitude

                                    },

                                    animationEnd() {


                                    }

                                });



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

2 个回答

登录 后发表内容