[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.
| 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 |
Namespace: AGOV
Assembly: Geocode (in Geocode.dll)