Click or drag to resize

GeoCodeMatch Enumeration

Verizon Connect Logo
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 enum GeoCodeMatch
Members
  Member nameValueDescription
MATCH_STREET0 Primary match was against a street.
MATCH_CITY1 Primary match was against a city.
MATCH_STATE2 Primary match was against a state or top level division.
MATCH_STATE_ALONE3 Match was solely against a state or top level division.
MATCH_ZIP4 Primary match was against a ZIP or postal code.
MATCH_SUBURB5 Primary match was against a suburb or city subdivision.
MATCH_REGION6 Primary match was against some other kind of region.
MATCH_FULL_POSTCODE7 Primary match was against the location of the postcode, for countries with highly detailed postcodes (e.g. ZIP+4 or UK postcodes).
MATCH_POINT_ADDRESS8 Primary match was against a point address (only available with supplementary point address data).
See Also