GeocodeAddressCountry Field |
Namespace: Telogis.GeoBase
GeocodeAddress addr = GeoCoder.GeoCode("20 Enterprise, Aliso Viejo, California", Country.USA)[0]; Console.WriteLine("The country containing this address is '{0}'", addr.Country); // 'The country containing this address is 'USA''