Geocode API

SEARCH_TYPE Enumeration

[This is preliminary documentation and subject to change.]

Indicates how a Location or Address object was found.

[Visual Basic]
Public Enum SEARCH_TYPE
[C#]
public enum SEARCH_TYPE

Members

Member Name Description
EXACT The number specified was found in the range of a street segment.
CLOSEST The specifed number was not found on the street segment.

In this case the closest location on the street segment is returned.
SUGGESTION The street was not found. This Address was determined to be a close match.
AUTO_SWAP There was only one location or the ZIP code was found in a ranged search.
No locations were found so the suggestion was passed back in to the geocoder.

Requirements

Namespace: AGOV

Assembly: Geocode (in Geocode.dll)

See Also

AGOV Namespace