uni-app 经过本地经纬度获取详细地理位置

1 uni.getLocation({ 2 type: 'wgs84', 3 success: function(res) { 4 console.log('当前位置的经度:' + res.longitude); 5 console.log('当前位置的纬度:' + res.latitude); 6 var point = new plus.map
相关文章
相关标签/搜索