AddressCounty Property |
Namespace: Telogis.GeoBase
// Set a location (San Diego Freeway, Los Angeles) LatLon Location = new LatLon(33.668795, -117.820095); String county = GeoCoder.ReverseGeoCode(Location).County; Console.WriteLine("The county containing this address is {0}", county); // 'The county containing this address is Orange'