Sends a callback request to get the available fields for an Geocode service. The result of this operation is an object passed to callback containing the available addressFields, candidateFields and intersectionCandidateField JSON objects.

Namespace:  ESRI.ArcGIS.VE
  (in ArcGISVE.exe)

Syntax

JScript
 function GetAvailableFields(
	callback : Function
)

Parameters

callback
Type: Function
The function that will handle the callback response. This function must take one argument, which will be the object containing the addressFields, candidateFields and intersectionCandidtateFields objects. This can be used to get available input and output fields for geocoding addresses and intersections.

See Also