AddressNameInfoName Property |
Namespace: Telogis.GeoBase
// Set a location LatLon Location = new LatLon(34.0000, -118.0000); // Construct an Address.NameInfo Address.NameInfo newNameInfo = new Address.NameInfo(GeoCoder.ReverseGeoCode(Location).Names[0].ToString()); // Print the result Console.WriteLine("The street name at this location is '{0}'", newNameInfo.Name.ToString()); // The street name at this location is 'Athel Dr'