lundi 26 avril 2021

how to access latitude and longitude as a global variable in Javascript

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