Geocode API

GEO_OPTIONS Enumeration

[This is preliminary documentation and subject to change.]

Changes the default behavior of the geocoding functions.
Multiple options can be passed by ORing them together.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Members

Member Name Description Value
NO_AUTOSWAP Auto swapping occurs when there is no hit on an address and there is only one suggested address.
Pass this option to stop this behavior.
1
NO_ZIP_RESOLUTION Passing this option will stop the geocoder from looking up the city from the zip code.
Since this lookup occurs in a separate step it can speed performance when it is not needed.
2

Requirements

Namespace: AGOV

Assembly: Geocode (in Geocode.dll)

See Also

AGOV Namespace