孤独剑
孤独剑
  • 发布:2020-06-03 01:36
  • 更新:2020-06-03 01:41
  • 阅读:1579

uni.getLocation定位精度

分类:uni-app

同样是百度地图,在百度地图APP的定位就在楼边,通过uni.getLocation获取坐标定位跑到几百米外的公园去了。
如附件。

2020-06-03 01:36 负责人:无 分享
已邀请:
孤独剑

孤独剑 (作者)

uni.getLocation({
type: 'wgs84',
geocode:true,
success: function (res) {
that.initLng = res.longitude;
that.initLat = res.latitude;
}
});
type无论是wgs84还是gcj02,结果都一样

  • 极星123

    请问解决了吗

    2020-11-24 22:23

该问题目前已经被锁定, 无法添加新回复