获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
使用真机调试发现,bindmarkertap接口传递的参数e.detail.markerId为undefined,这样根本无法获取目标点啊
MapContext.translateMarker 在手机上调用失败 ?MapContext.translateMarker(Object object)在开发者工具上调用显示车的路径ok,但是预览时一直调用失败 [图片] 代码片段: this.mapCtx.translateMarker({ markerId: markerId, destination: destination, autoRotate: true, rotate: 30, duration: duration, success: (res) => { this.i += 1 // 小于长度减1才执行 if (this.i < points.length - 1) { this.translateMarker(points); } }, fail: (err) => { console.log('fail', err) // this.translateMarker(points) } }) 测试手机 小米10 华为荣耀9
2021-08-04