Reverse Geocoding #43
Answered
by
bmaroti9
PranshulGG
asked this question in
Q&A
-
Does the app use reverse geocoding? If yes, what API or service are you using? |
Beta Was this translation helpful? Give feedback.
Answered by
bmaroti9
Nov 11, 2024
Replies: 1 comment
-
Hi! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PranshulGG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
So i originally used the weatherapi reverse geocoding, but it didn't work totally consistently, and i was getting reviews of people getting placed 5 km away from their actual city, so I switched to this flutter plugin that somehow does it for you https://pub.dev/packages/geocoding. You could look around in the code and the readme, supposedly it uses free geocoding services.