-
Notifications
You must be signed in to change notification settings - Fork 11
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
Missing code at Geolocation class #6
Comments
Which probably explains why all the Get statements won't compile! |
Geolocation geolocation = api.GetGeolocation(geoParams); is where the problem occurs. |
Now at 2 months. Any progress? |
Hey, what's the status? It's paid service, maybe could be useful to fix it :) |
@weselow @martin-gitgut I'm really sorry for the inconveniences caused to you. README has been updated and usage examples are fixed. |
Hi, there is an error in v.1.0.10 release.
Take a look at example
GetGeolocation()
returnsDictionary
, not a class.The text was updated successfully, but these errors were encountered: