Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.61k stars 291 forks source link

getCurrentPosition not working proper in iOS #406

Open JeetUmaria opened 1 year ago

JeetUmaria commented 1 year ago

react-native-geolocation-service:

Hi I am fetching current latitude and longitude because not given me current location always gives me 1 to 1.5 kilometre away

if you have any solution please let me

Thanks

danidaryaweesh commented 1 year ago

Have you tried setting enableHighAccuracy to true @JeetUmaria ?

aditya-sps commented 7 months ago

I am also facing the similar situation. I am fetching location across the street but I coordinates shows I am standing on the roof of the building that is near that street. Is there any solution?