Good afternoon.
What is the most efficient way to get the user's location. The method getCurrentlocation
of the react-native's own geolocation is taking around 3 seconds when I enable enableHighAccuracy
, when it is as false
I get the information almost immediately. When I test another application like google maps the value is also quickly read.
Is there another way to capture this information?