chadly / Geocoding.net

C# GeoCoding / Address Validation API
MIT License
444 stars 157 forks source link

address does not contain definition of IsPartialMatch #126

Open cissemy opened 5 years ago

cissemy commented 5 years ago

I am getting an error running : var country = addresses.Where(a => !a.IsPartialMatch).Select(a => a[GoogleAddressType.Country]).First();