GeocodeAddressStreet Property |
Namespace: Telogis.GeoBase
GeocodeAddress addr = GeoCoder.GeoCode("20 Enterprise, Aliso Viejo, California", Country.USA)[0]; Console.WriteLine("The street this address is located on is {0}", addr.Street); // 'The street this address is located on is Enterprise'