bcuff / GeocodeSharp

An async .NET client for the Google geocode API
Apache License 2.0
10 stars 20 forks source link

place_id and types fields are absent in the response #11

Closed chester89 closed 8 years ago

chester89 commented 8 years ago

When I poke Geocoding service using Fiddler, I noticed there's a couple of fields missing - namely "place_id" and "types" google_geocoding Would you mind if I do the PR to add them?

bcuff commented 8 years ago

Sure. add them. thanks!

chester89 commented 8 years ago

I also added a language parameter (for localization). Can you publish a new version on Nuget?

2016-01-26 18:34 GMT+03:00 Brandon notifications@github.com:

Sure. add them. thanks!

— Reply to this email directly or view it on GitHub https://github.com/bcuff/GeocodeSharp/issues/11#issuecomment-175080181.

Yours faithfully, Gleb

bcuff commented 8 years ago

Cool. will publish after your PR is merged. I left a comment for you to address first.

Thanks!