I am using geolocation API in the react-native. how do I get the latitude and longitude value out of the promise?
import Geolocation from '@react-native-community/geolocation';
Geolocation.getCurrentPosition((info) => console.log(info));
var latitude, longitude
Thanks, Raja K
Aucun commentaire:
Enregistrer un commentaire