Skip to content
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

GeoCoder giving two different addresslines in IOS and Android Platforms #71

Open
RajagopiSurineni opened this issue Jul 5, 2021 · 4 comments

Comments

@RajagopiSurineni
Copy link

while i'm trying geocoder same code in different platforms (IOS and Android), returning two diferent addresslines for the same co-ordinates

Flutter (Channel stable, 2.0.4, on Mac OS X 10.15.6 19G2021 darwin-x64, locale en-IN)

my code
final coordinates = geocoder.Coordinates(
79.766703732386, 17.79392640108037);
var addresses = await geocoder.Geocoder.local
.findAddressesFromCoordinates(coordinates);

@ginuxone
Copy link

It might be precision you're giving, Depending on the device android could use more or less digits than IOs in the coordinates. Check that out by printing the coordinates while giving the same address!

@RajagopiSurineni
Copy link
Author

Thank you for responding,

i'm passing same co-ordinates in both platforms, by default they are changing

Please refer attchments

Android (white backgroung) and IOS(Black Background)

address android

Screenshot 2021-07-12 at 5 38 58 PM

@RajagopiSurineni
Copy link
Author

Android device giving perfect address details but not the IOS

@enzo-desimone
Copy link

Thank you for responding,

i'm passing same co-ordinates in both platforms, by default they are changing

Please refer attchments

Android (white backgroung) and IOS(Black Background)

address android

Screenshot 2021-07-12 at 5 38 58 PM

Did you find a solution?
I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants