Open stefankip opened 4 years ago
I'm using the Google geocoder and want to lookup a country. The documentation states that this is possible by only supplying a components parameter. But if I supply an empty string to the GeocodeAsync method, I get a ArgumentNullException: https://github.com/chadly/Geocoding.net/blob/master/src/Geocoding.Google/GoogleGeocoder.cs#L131
GeocodeAsync
ArgumentNullException
I'm using the Google geocoder and want to lookup a country. The documentation states that this is possible by only supplying a components parameter. But if I supply an empty string to the
GeocodeAsync
method, I get aArgumentNullException
: https://github.com/chadly/Geocoding.net/blob/master/src/Geocoding.Google/GoogleGeocoder.cs#L131