GCCOUNT  Examples

Used in:  RESPONSE  
Servers:  Geocode  
Parent elements:  GEOCODE  

<GCCOUNT Attribute Description Table

     count ="integer"
>

     No Child Elements
</GCCOUNT >
Bold: Attribute or child element is required.


Description:


Restrictions:


Notes:


Attribute Descriptions for GCCOUNT:

Attribute Usage Back to Top
count 1 Number of candidates found.
 

Examples for GCCOUNT:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<RESPONSE>
  <GEOCODE>
    <FEATURE featureid="1">
      <FIELD type="4" name="SCORE" size="5" precision="0">
        <FIELDVALUE valuestring="100" />
      </FIELD>
      <FIELD type="12" name="ADDRESSFOUND" size="21" precision="0">
        <FIELDVALUE valuestring="380 NEW YORK ST 92373" />
      </FIELD>
      <FIELD type="-98" name="SHAPEFIELD">
        <FIELDVALUE>
          <POINT x="-117.19496116" y="34.05777355" />
        </FIELDVALUE>
      </FIELD>
    </FEATURE>
    <GCCOUNT count="1" />
  </GEOCODE>
</RESPONSE>
</ARCXML>