uniappH5定位(踩坑)manifest⼀定要这么设置 H5才能获取经纬度:(,key需要到官⽹申请,⽤https的⽅式访问才⾏。
调取代码flutter uniapp 哪个好
// #ifdef H5
type: 'gcj02',
success: (res) => {
this.latitude=res.latitude;
this.longitude=res.longitude;
console.log(this.latitude);
console.log(this.longitude);
console.log(res);
// console.log('当前位置的经度:' + res.longitude);
// console.log('当前位置的纬度:' + res.latitude);
}
});

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。