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

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

孤独剑 (作者)
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