Wibci.CountryReverseGeocode icon indicating copy to clipboard operation
Wibci.CountryReverseGeocode copied to clipboard

Add FindCity support

Open vadimffe opened this issue 3 years ago • 1 comments

This is a great source of finding Country by Longitude and Latitude. Is there are possibility/intention of making this more detailed by adding cities?

Like it is now for country: LocationInfo countryResult = GeocodeService.FindCountry(location);

Would be great to have city support: LocationInfo cityResult = GeocodeService.FindCity(location);

All cities support maybe too much, but at least most major once.

vadimffe avatar Sep 30 '21 21:09 vadimffe

Hi - that's a great idea. The one issue would be to get a datasource for the city's GPS boundaries. Unfortunately I don't currently have time to devote to this project, but feel free to fork and improve ;)

InquisitorJax avatar Sep 30 '21 21:09 InquisitorJax