GeoCodeMatch Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Describes the primary search method that was used to find a
GeocodeAddress.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration GeoCodeMatch
Members
| Member name | Value | Description |
---|
| MATCH_STREET | 0 |
Primary match was against a street.
|
| MATCH_CITY | 1 |
Primary match was against a city.
|
| MATCH_STATE | 2 |
Primary match was against a state or top level division.
|
| MATCH_STATE_ALONE | 3 |
Match was solely against a state or top level division.
|
| MATCH_ZIP | 4 |
Primary match was against a ZIP or postal code.
|
| MATCH_SUBURB | 5 |
Primary match was against a suburb or city subdivision.
|
| MATCH_REGION | 6 |
Primary match was against some other kind of region.
|
| MATCH_FULL_POSTCODE | 7 |
Primary match was against the location of the postcode,
for countries with highly detailed postcodes (e.g. ZIP+4 or UK postcodes).
|
| MATCH_POINT_ADDRESS | 8 |
Primary match was against a point address (only available with
supplementary point address data).
|
See Also