|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodeServer Interface (ArcObjects .NET 10.5 SDK) | 
Provides access to members for geocoding addresses.
Use the IGeocodeServer interface to perform high-level geocoding tasks such as finding a single address, geocoding a table of addresses, or finding the address closest to a point.
| Description | ||
|---|---|---|
|  | FindAddressCandidates | Generates candidates for an address (normal or standardized form). | 
|  | GeocodeAddress | Geocodes a single address (normal or standardized form). | 
|  | GeocodeAddresses | Geocodes a table of addresses. | 
|  | GetAddressFields | Fields needed to geocode a table of addresses. | 
|  | GetCandidateFields | Fields contained in a list of candidates. | 
|  | GetDefaultInputFieldMapping | Suggested field name mappings for all input fields. | 
|  | GetIntersectionCandidateFields | Fields contained by intersection candidates. | 
|  | GetLocatorProperties | Default properties for a locator. | 
|  | GetResultFields | Fields contained in the geocoding result. | 
|  | GetStandardizedFields | Fields contained in a standardized address. | 
|  | GetStandardizedIntersectionFields | Fields contained in a standardized intersection. | 
|  | ReverseGeocode | Generates an address for a point. | 
|  | StandardizeAddress | Standardizes an address. One of the properties returned indicates if it is an intersection or not. | 
| CoClasses and Classes | Description | 
|---|---|
| GeocodeServer | A class that provides geocoding as a service. |