uni.chooseLocation({
success:(res)=>{
// console.log(res)
this.startvalue=res.address
this.startlongitude=res.longitude
this.startlatitude=res.latitude
}
})
- 发布:2020-08-13 09:18
- 更新:2020-12-24 11:21
- 阅读:665
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 10.15.5
HBuilderX类型: 正式
HBuilderX版本号: 2.7.14
手机系统: iOS
手机系统版本号: iOS 13.4
手机厂商: 苹果
手机机型: iphone11
页面类型: vue
打包方式: 离线
项目创建方式: HBuilderX
示例代码:
操作步骤:
uni.chooseLocation({
success:(res)=>{
// console.log(res)
this.startvalue=res.address
this.startlongitude=res.longitude
this.startlatitude=res.latitude
}
})
uni.chooseLocation({
success:(res)=>{
// console.log(res)
this.startvalue=res.address
this.startlongitude=res.longitude
this.startlatitude=res.latitude
}
})
预期结果:
uni.chooseLocation({
success:(res)=>{
// console.log(res)
this.startvalue=res.address
this.startlongitude=res.longitude
this.startlatitude=res.latitude
}
})
uni.chooseLocation({
success:(res)=>{
// console.log(res)
this.startvalue=res.address
this.startlongitude=res.longitude
this.startlatitude=res.latitude
}
})
实际结果:
uni.chooseLocation({
success:(res)=>{
// console.log(res)
this.startvalue=res.address
this.startlongitude=res.longitude
this.startlatitude=res.latitude
}
})
uni.chooseLocation({
success:(res)=>{
// console.log(res)
this.startvalue=res.address
this.startlongitude=res.longitude
this.startlatitude=res.latitude
}
})
bug描述:
用HbuilderX打包的时候没有问题,可以正常选择。用xcode离线打包后,定位没问题,但是检索不出周边东西,提示“对不起,没有搜索到相关数据”
2 个回复
d***@163.com
请问解决了没有.我这边ios在线打包也出现了这个问题.
Edison_Sun
一样的问题。。。官方有人回答没?
d***@163.com
google地图bid填错了.修改bid就可以了.
2020-12-25 14:39