flutter_geocoder icon indicating copy to clipboard operation
flutter_geocoder copied to clipboard

Flutter plugin for forward and reverse geocoding

Results 45 flutter_geocoder issues
Sort by recently updated
recently updated
newest added

findAddressesFromQuery method is not aware of provided locale

Currently all address lines are concatenated together (separated by ", ") and then passed back. To get individual parts, one need to split the result text. Please just pass them...

Implementation of the migration of Android v2 plugin as mentioned here : https://flutter.dev/docs/development/packages-and-plugins/plugin-api-migration

hey @aloisdeniel! When doing geocoding and showing the result on the map, it's very useful to know the bounding box of the place, especially when not looking up something very...

Hi! When I build my app on a virtual device, it works fine, but when I try to build it through xCode I get this error: `#if __has_include() #import #else...

It would be great if the result can include timezoneId.

getFromLocation --- latitude = 23.XXXXXXX, longitude = 86.XXXXXXX, maxResults = 1 Geocoder getFromLocation --- mService = android.location.ILocationManager$Stub$Proxy@232c132, ex = grpc failed, return results = [] PlatformException(ERROR_GEOCODING_COORDINATES, grpc failed, null); Please...

bug

I really enjoy using your package in Android. It is the package that I really searched for!! But I have a problem when I launch my IOS emulator Xcode's output:...

bug

I am getting an error when I am trying to run this for the first time. Not sure how to fix this one as Google doesn't give much information. `Error...

bug

Hello @aloisdeniel , Does this plugin support lookup address by zip code. I found an article about this: https://www.codeproject.com/tips/807983/how-to-geocode-an-address-by-postcode-zipcode-and I am wondering can I do this with this flutter plugin....

enhancement