Click or drag to resize

GeocodeAddressMatchType Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates the primary search method type that was used to find this result.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public GeoCodeMatch MatchType

Field Value

Type: GeoCodeMatch
Examples
C#
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'
See Also