wx.chooseLocation接口抓取的经纬度来,打开openLocation时中心偏离
https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.chooseLocation.html
wx.getLocation接口,设置type: 'gcj02’后, 获得小数点后14位的经纬度数据,
wx.chooseLocation接口抓取的数据是小数点后只有6位的经纬度数据.
IOS微信端正常.