bcuff / GeocodeSharp

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

included JsonIgnore in GeocodeResponse status #4

Closed felipeleusin closed 9 years ago

felipeleusin commented 9 years ago

You can alter the global JsonConvert behaviour in Json.Net and this can leads to problems when serializing the GeocodeResponse like

A member with the name "status" already exists on "GeocodeSharp.Google.GeocodeResponse". Use the JsonPropertyAttribute to specify another name.

bcuff commented 9 years ago

Thanks for fixing this. I'll publish an updated version of the package shortly.