We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
See #74
Sorry, something went wrong.
Fixed via 42273c2
No branches or pull requests
If I call ReverseGeocodeAsync( 51.441163, 0.000081) this generates a request:
which in turn generates:
Suggestions?
The text was updated successfully, but these errors were encountered: