API:wx.chooseLocation(Object object)
已经根据文档传入经纬度,开发工具上显示正常可以定位到具体位置,但真机上不好使,比如我经纬度对应的北戴河,但实际真机上进来还会默认定位当前位置
代码段:
wx.chooseLocation({
latitude: that.data.location.latitude,
longitude: that.data.location.longitude,
success(res){
console.log(`最新地址经纬度---lat=${res.latitude}---lon==${res.longitude}`)
},
你好,请问一下这个问题解决了吗?