var wxmap = wx.createMapContext("map");
wxmap.moveToLocation({
success() {
wxmap.getCenterLocation({
success(res) {
console.log(res);
}
})
}
});
moveToLocation和getCenterLocation的组合就可以不用用户授权,就能获取用户位置信息。先定位当前位置到地图中心,然后获取中心位置就可以。这个是bug?
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | moveToLocation | 客户端 | 67.2 | 2.3.0 |
1 个回答
麻烦提供下代码片段:https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html