Geocode Service GetAddressFields method

Gets fields used to define address information submitted to a geocode service.  

 

GetAddressFields()

 

Return Value

 

A Fields object containing one of more Field objects. Each field is an input field for the geocode service.

 

Remarks

 

Every geocode service defines one or more address fields - which are input fields used by a client to submit address information to be geocoded. Each field maintains a set of important properties, some of which are included in the table below:

 

Property name

Description

Name

Input field name defined by the geocode service.  This is used by the client to submit the appropriate address information to the correct input field.  
 

AliasName

A descriptive name for the input field.  This may be used by a client to provide more intuitive information regarding the field content.

 

Required

Determines if the address information must be provided for this field during a geocode operation.  If not required, the geocoding operation will proceed but the match score may be adversely affected.
 

Type

The data type expected for the field.  In most cases, the data type will be a string.

 

 

Defines address information associated with inputs to the FindAddressCandidates, GeocodeAddress, GeocodeAddresses and StandardizeAddress methods.

 

Examples

C#

VB.NET

Java