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
相關文章
相關標籤/搜索