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

"?address" error because of the reverse geocoding when passing lat, lng #18

Open
gabipetrovay opened this issue Jan 20, 2015 · 0 comments
Assignees

Comments

@gabipetrovay
Copy link
Contributor

http://maps.jillix.net/embed?address=-27.504857, -64.908758&options.zoom=13&options.type=ROAD

is converted to:

http://maps.jillix.net/embed?options.zoom=13&options.type=ROAD&options.center.lng=-64.94826760000001&options.center.lat=-27.6104759

From -64.908758 to -64.94826760000001. When passing a latLng, the geocoder performs a reverse geocoding, that is finding the closest address for that location. And taking the latLng of the found address causes the error. So we must not pass coordinates to the geocoder.

@gabipetrovay gabipetrovay self-assigned this Jan 20, 2015
@gabipetrovay gabipetrovay changed the title "?address" parameter not converted properly when in format: lat, lng "?address" error because of the reverse geocoding when passing lat, lng Jan 20, 2015
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

1 participant