-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change location screen? #19
Comments
It appears that even on the highest accuracy setting, Geolocator still isn't very good 🤔 |
Since this seems like a localized issue, feel free to close this and I'll just change the source before I build the apk |
Can you check app logs and see requests to Open Weather API? There should be your lat and long coordinates. Please check if these coordinates are valid for your location. |
my |
No, there is no logger which logs to file. Logs are printed in console. You can try run app in Android Studio or VS Code to see logs. |
running it on android studio, google says the distance between my given coordinates from geolocator are 3400 meters from my exact location. that's a good deal bigger than the |
Well, my location is pretty accurate. Detected location was 10-20 meters from my real location. I think that 3400 meters will not affect the weather that are being received from Open Weather API. |
Anyway we can try use another library for geo location. Do you know any libraries that will work better than GeoLocator? |
None that are free. I can live some degree of error. I'll tinker with the
settings a little longer and see what I can do. If nothing works I'll just
hard code it in .
…On Wed, Jan 30, 2019, 15:25 Jakub ***@***.***> wrote:
Anyway we can try use another library for geo location. Do you know any
libraries that will work better than GeoLocator?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AH4u6aMaLj0JPsSXeBOy_RTlS-CYsLcRks5vIf-dgaJpZM4aahTx>
.
|
Well we can try adding feature which allows to setup lat/long manually. |
Currently, the location service get close to where I live, but still pretty far away such that the weather could
potentially be different where I am, compared to what feather is reporting to me.
The text was updated successfully, but these errors were encountered: