bcuff / GeocodeSharp

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

Added ability to supply API key to Geocode Client. #1

Closed alexframe closed 9 years ago

alexframe commented 9 years ago

Added ability to supply API key in the GeocodeClient via constructor.

Set sensor parameter to default to false and removed it from the URL as it's no longer required or used in the Geocode API.

Removed unused directives.

Dashue commented 9 years ago

Doesn't look like the owner is active, perhaps we should try to get ownership of the project. I like the project and have extended it with region support myself. I think there is a lot that could be added in the form of options.

bcuff commented 9 years ago

Hey folks. Sorry I missed this in my email.

Dashue commented 9 years ago

Hey! Sweet, I'll prepare a pull request for region soon.