flutter-geocoding
flutter-geocoding copied to clipboard
Getting addresses from the latitude and longitude in flutter.
Wanted to know that, is there any free packages from which we can get address from the given latitude and longitude in flutter without any pricing issues, as geocoding has raised some pricing issues and couldn't get addresses from it. Thank you.
I am wondering if this is what I am experiencing right now as I am unable to retrieve addresses using the placemarkFromCoordinates() function.
Hi @Hyder-026, @AdamBridges!
I am not sure if I understand the question. The geocoding plugin should be able to translate your coordinates to locations for free on both Android and iOS. You mention pricing issues. What exactly do you mean by that? There is rate limiting in place, where you can only request translations up to a certain number of times per time period.
There are alternative geocoding plugins on pub.dev, but they likely use rate limiting or require an account to charge per translation.
Hi @Hyder-026, @AdamBridges!
I am not sure if I understand the question. The geocoding plugin should be able to translate your coordinates to locations for free on both Android and iOS. You mention pricing issues. What exactly do you mean by that? There is rate limiting in place, where you can only request translations up to a certain number of times per time period.
There are alternative geocoding plugins on pub.dev, but they likely use rate limiting or require an account to charge per translation.
I think my issue was the rate limiting that I didn't realise was in effect at the time. Makes sense now.
Without additional information, we are unfortunately not able to resolve this issue. Therefore, we reluctantly closed this issue for now. If you run into this issue later, feel free to file a new issue with a reference to this issue. Add a description of detailed steps to reproduce, expected and current behaviour, logs and the output of 'flutter doctor -v'. Thanks for your contribution.