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
使用真机调试发现,bindmarkertap接口传递的参数e.detail.markerId为undefined,这样根本无法获取目标点啊
我也是同样的问题,官方到现在都没解决。。无语
你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html