Packagecom.esri.baserver
Classpublic class GeocodeAddressRecord
InheritanceGeocodeAddressRecord Inheritance Object
Implements IJsonObject

The GeocodeAddressRecord class specifies fields of an address record to be geocoded.

See also

GeocodeAddressesData


Public Properties
 PropertyDefined By
  description : String
Record description.
GeocodeAddressRecord
  locatorFieldsValues : Array
Array of string values of address fields.
GeocodeAddressRecord
  name : String
Record name.
GeocodeAddressRecord
  storeID : String
Store ID.
GeocodeAddressRecord
Public Methods
 MethodDefined By
  
GeocodeAddressRecord(description:String, name:String, storeID:String, locatorFieldsValues:Array = null)
Creates a new instance of the GeocodeAddressRecord class.
GeocodeAddressRecord
Property Detail
descriptionproperty
description:String

Record description.


Implementation
    public function get description():String
    public function set description(value:String):void
locatorFieldsValuesproperty 
locatorFieldsValues:Array

Array of string values of address fields. The address fields should match the address locator fields.


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

See also

nameproperty 
name:String

Record name.


Implementation
    public function get name():String
    public function set name(value:String):void
storeIDproperty 
storeID:String

Store ID.


Implementation
    public function get storeID():String
    public function set storeID(value:String):void
Constructor Detail
GeocodeAddressRecord()Constructor
public function GeocodeAddressRecord(description:String, name:String, storeID:String, locatorFieldsValues:Array = null)

Creates a new instance of the GeocodeAddressRecord class.

Parameters
description:String — Record description.
 
name:String — Record name.
 
storeID:String — Store ID.
 
locatorFieldsValues:Array (default = null) — Array of string values of address fields.