flutter-geocoding icon indicating copy to clipboard operation
flutter-geocoding copied to clipboard

Getting addresses from the latitude and longitude in flutter.

Open Hyder-026 opened this issue 3 years ago • 1 comments

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.

Hyder-026 avatar Jun 06 '22 10:06 Hyder-026

I am wondering if this is what I am experiencing right now as I am unable to retrieve addresses using the placemarkFromCoordinates() function.

AdamBridges avatar Sep 19 '22 21:09 AdamBridges

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.

JeroenWeener avatar Sep 12 '23 14:09 JeroenWeener

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.

AdamBridges avatar Sep 12 '23 14:09 AdamBridges

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.

github-actions[bot] avatar Sep 26 '23 15:09 github-actions[bot]