-
Notifications
You must be signed in to change notification settings - Fork 34
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
forward geocoding returns different lat long based on devices. #8
Comments
Hey @vt-ombalakumar I tried with different devices with the search term "10004 New York". I can only observe small deviations in the lat and long across multiple devices and OSs (Android and iOS). Unfortunately, I cannot reproduce your bug. Does this error occur multiple times on the same device? Do the Android versions differ? |
hi @sebastianbaar , thanks for the reply If you can, please try with only zipcode , (i.e) "10004" with different android versions and check , thanks |
I only have one Android device at the moment. On iOS using only a zip code does not work (you get an error because of insufficient information). Thus, I cannot really test it, sorry. Maybe you can give it a try with other devices and let me know what you've found out. Cheers |
hi, thanks.. |
Hi , i was working in geocoding and getting lat long for an address or zipcode which is being entered by the user, when i was testing with 10004 zipcode, which is near newyork, we are getting different lat long for different devices example : samsung galaxy s7 returns lat : 40.705478 long : -74.015044 where as in lenovo k4 note returns lat : 48.586179 long : 4.107207 . I don't know why it is returning different lat long for same zipcode . Can you please help me on this.
The text was updated successfully, but these errors were encountered: