Packagecom.esri.baserver
Classpublic class GeocodeData
InheritanceGeocodeData Inheritance Object
Implements IJsonObject

The GeocodeData class specifies address information for geocoding.

See also

CustomerStoreSetupByGeocodeTableParameters


Public Properties
 PropertyDefined By
  fields : Array
Array of geocode fields (optional).
GeocodeData
  table : TableData
Data table.
GeocodeData
Public Methods
 MethodDefined By
  
GeocodeData(table:TableData = null, fields:Array = null)
Creates a new instance of the GeocodeData class.
GeocodeData
Property Detail
fieldsproperty
fields:Array

Array of geocode fields (optional). This array contains instances of the GeocodeField type. It provides a mapping of address locator fields to table fields. It specifies what names of table fields will be used for address geocoding. If this property is an empty array, a geocoder uses names of table fields matching the names of geocode fields.


Implementation
    public function get fields():Array
    public function set fields(value:Array):void

See also

tableproperty 
table:TableData

Data table.


Implementation
    public function get table():TableData
    public function set table(value:TableData):void
Constructor Detail
GeocodeData()Constructor
public function GeocodeData(table:TableData = null, fields:Array = null)

Creates a new instance of the GeocodeData class.

Parameters
table:TableData (default = null) — Data table.
 
fields:Array (default = null) — Array of geocode fields.