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