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.6k stars 290 forks source link

android: use when i user enableHighAccuracy: true.always get Location request timed out #371

Open wqxwqx opened 1 year ago

wqxwqx commented 1 year ago

android: use when i user enableHighAccuracy: true.always got Location request timed out,but if i use enableHighAccuracy: false , i got Longitude and latitude but Insufficient accuracy. someone got the same issues?

skylarklxlong commented 1 year ago

android: use when i user enableHighAccuracy: true.always got Location request timed out,but if i use enableHighAccuracy: false , i got Longitude and latitude but Insufficient accuracy. someone got the same issues?

me too. Did you find any fix for this?

wqxwqx commented 1 year ago

sry,i can‘t fix it ,but i use react-native-amap-geolocation replace this library .it seem more accurate.

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2022年9月29日(星期四) 下午4:36 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [Agontuk/react-native-geolocation-service] android: use when i user enableHighAccuracy: true.always get Location request timed out (Issue #371)

android: use when i user enableHighAccuracy: true.always got Location request timed out,but if i use enableHighAccuracy: false , i got Longitude and latitude but Insufficient accuracy. someone got the same issues?

me too. Did you find any fix for this?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Shudhanshu-Appnox commented 1 year ago

Facing the same issue