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

Invalid latlng parameter #81

Closed
andyws opened this issue Sep 7, 2017 · 2 comments
Closed

Invalid latlng parameter #81

andyws opened this issue Sep 7, 2017 · 2 comments
Labels

Comments

@andyws
Copy link

andyws commented Sep 7, 2017

If I call ReverseGeocodeAsync( 51.441163, 0.000081) this generates a request:

GET https://maps.googleapis.com/maps/api/geocode/xml?latlng=51.441163,8.1E-05&sensor=false HTTP/1.1

which in turn generates:

<?xml version="1.0" encoding="UTF-8"?>
<GeocodeResponse>
 <status>INVALID_REQUEST</status>
 <error_message>Invalid request. Invalid 'latlng' parameter.</error_message>
</GeocodeResponse>

Suggestions?

@chadly
Copy link
Owner

chadly commented Sep 22, 2017

See #74

@chadly chadly added the bug label Sep 22, 2017
@chadly
Copy link
Owner

chadly commented Sep 26, 2017

Fixed via 42273c2

@chadly chadly closed this as completed Sep 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants