AddressCountry Property |
Namespace: Telogis.GeoBase
// Set a location (Burbank Boulevard, Los Angeles) LatLon Location = new LatLon(34.172167, -118.408671); Country LocationCountry = GeoCoder.ReverseGeoCode(Location).Country; Console.WriteLine("The country containing this address is {0}", LocationCountry.ToString()); // 'The country containing this address is USA'