Geolocation.getCurrentPosition(pos => { console.log(pos) const coords = { nativeEvent: { coordinate: { latitude: pos.coords.latitude, ...
確定! 回上一頁