AddressNameInfoDirectionOnSign Property |
Namespace: Telogis.GeoBase
// Set a location LatLon Location = new LatLon(33.664013, -117.796341); // Construct an Address.NameInfo Address.NameInfo newNameInfo = new Address.NameInfo(GeoCoder.ReverseGeoCode(Location).Names[0].ToString()); // Print the result Console.WriteLine("The street direction is '{0}'", newNameInfo.DirectionOnSign.ToString()); // The street direction is 'None'