bcuff / GeocodeSharp

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

Reverse Geocoding #17

Open tomkeldor opened 7 years ago

tomkeldor commented 7 years ago

Something more like suggestion.

Because result of reverse geocoding (Address Lookup) is same as geocoding (Latitude/Longitude Lookup) I suggest adding method also for this thing. At first look base difference is change of parameter in URL from "address" to "latlng" and some optional parameters.

bcuff commented 7 years ago

feel free to submit a PR. thanks.