GeocodeAddressMatchType Field |
Namespace: Telogis.GeoBase
GeocodeAddress addr = GeoCoder.GeoCode("20 Enterprise, Aliso Viejo, California", Country.USA)[0]; Console.WriteLine("Match type used to find this address: {0}", addr.MatchType); // 'Match type used to find this address: MATCH_STREET'