This document is archived and information here might be outdated. Recommended version. |
Fields needed to geocode a table of addresses.
[Visual Basic .NET] Public Function GetAddressFields ( _ ) As IFields
[C#] public IFields GetAddressFields ( );
[C++]
HRESULT GetAddressFields(
void
);
The GetAddressFields method returns a Fields object containing the input address fields used by the GeocodeServer. The IField::Required property on each Field object indicates if the GeocodeServer requires this field when geocoding addresses.