moveToLocation和getCenterLocation不需要授权就能获
var wxmap = wx.createMapContext("map"); wxmap.moveToLocation({ success() { wxmap.getCenterLocation({ success(res) { console.log(res); } }) } }); moveToLocation和getCenterLocation的组合就可以不用用户授权,就能获取用户位置信息。先定位当前位置到地图中心,然后获取中心位置就可以。这个是bug? [图片]