uni-app使用最新版HBuilderx获取位置时,geocode在IOS端不会返回address对象

uni-app使用最新版HBuilderx获取位置时,geocode在IOS端不会返回address对象 使用 uni.getLocation 并设置 geocode为true 时在IOS端没有返回 address 对象
安卓端正常

uni.getLocation({  
  type: 'gci02',  
  geocode: true,  
  success: res => {  
    // res.address == undefined  
  }  
})
1 回复

更多关于uni-app使用最新版HBuilderx获取位置时,geocode在IOS端不会返回address对象的实战教程也可以访问 https://www.itying.com/category-93-b0.html


回到顶部