# Postal points feature class (Postal_Points)

**Package availability:** Advanced, Premier

This feature class represents additional ZIP codes points data for selected countries (USA, CAN, SGP, GBR, NLD only). Content and meaning varies from country to country.

For a description of the attributes `OBJECTID`, `Shape`, and `GlobalID`, see [Esri® system fields](https://docs.here.com/gis-data-suite/docs/user-guide-esri-system-fields).

<table>
  <thead>
    <tr>
      <th>Field name</th>
      <th>Data type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
        <tr>
      <td>POST_MAIN</td>
      <td>String (5)</td>
      <td>The standard, 5-digit ZIP code for a point location. Multiple points may be associated with the same ZIP</td>
    </tr>
        <tr>
      <td>POST_FULL</td>
      <td>String (9)</td>
      <td>The full 9-digit ZIP code</td>
    </tr>
        <tr>
      <td>ISO_CTRY</td>
      <td>String (3)</td>
      <td>ISO Alpha 3 code for the country</td>
    </tr>
        <tr>
      <td>GEO_LEVEL</td>
      <td>String (1)</td>
      <td>The geocode level of the centroid, 1- ZIP+4, 2- ZIP+2, 3- Carrier Route centroid, 4- 5-digit ZIP centroid, 5- City centroid, 6- County centroid</td>
    </tr>
        <tr>
      <td>REC_TYPE</td>
      <td>String (1)</td>
      <td>The type of ZIP+4 record</td>
    </tr>
        <tr>
      <td>LINK_ID</td>
      <td>String (11)</td>
      <td>Link ID for the nearest link to the centroid</td>
    </tr>
        <tr>
      <td>PLUS4</td>
      <td>String (4)</td>
      <td>A unique, 4-digit extension to the ZIP. Each ZIP4, grouped with a ZIP, will be associated with only one point. However, a single point may be associated with multiple ZIP4 values. For example, a single office building will have multiple ZIP4 values</td>
    </tr>
        <tr>
      <td>CROUTE</td>
      <td>String (4)</td>
      <td>The carrier route number for the ZIP+4 record</td>
    </tr>
        <tr>
      <td>CENSUS_BLK</td>
      <td>String (15)</td>
      <td>The Census Block number for the ZIP+4 record</td>
    </tr>
        <tr>
      <td>CENSUS_BGP</td>
      <td>String (12)</td>
      <td>The Census Block-Group number for the ZIP+4 record</td>
    </tr>
        <tr>
      <td>CENSUS_TRC</td>
      <td>String (11)</td>
      <td>The Census Tract number for the ZIP+4 record</td>
    </tr>
        <tr>
      <td>CONG_DIST</td>
      <td>String (2)</td>
      <td>Congressional District number for the ZIP+4 record</td>
    </tr>
        <tr>
      <td>ADMIN4</td>
      <td>String (80)</td>
      <td>Identifies the name of the administrative level 4 (municipality) found in the HERE Map associated with a point location</td>
    </tr>
        <tr>
      <td>POST_CITY</td>
      <td>String (28)</td>
      <td>The Postal City (or last-line city) for the ZIP+4 record</td>
    </tr>
        <tr>
      <td>ALT_CITY</td>
      <td>String (50)</td>
      <td>Identifies the name of the commonly known built up area when applicable, associated with a point location. It is an alternative place name to what is found in HERE map</td>
    </tr>
        <tr>
      <td>COUNTY</td>
      <td>String (35)</td>
      <td>Identifies the name of the county associated with a point location</td>
    </tr>
        <tr>
      <td>STATE</td>
      <td>String (2)</td>
      <td>Identifies the name of the state associated with a point location</td>
    </tr>
        <tr>
      <td>FIPSCO</td>
      <td>String (3)</td>
      <td>Identifies the official government code of the county. Official codes are based on the Federal Information Processing Standards (FIPS) codes</td>
    </tr>
        <tr>
      <td>FIPSST</td>
      <td>String (2)</td>
      <td>Identifies the official government code of the state. Official codes are based on the Federal Information Processing Standards (FIPS) codes</td>
    </tr>
        <tr>
      <td>GNIS</td>
      <td>String (10)</td>
      <td>GNIS feature ID for US counties from the official geographic names repository for the United States</td>
    </tr>
        <tr>
      <td>H2O_CTRD</td>
      <td>String (1)</td>
      <td>Identify points that are located in a water body 0.5 square km. B - Centroid on bridge, W - Centroid on water, N - Not on water</td>
    </tr>
        <tr>
      <td>PC_LABEL</td>
      <td>String (7)</td>
      <td>6-character ZIP code with a space in the middle (for example: V0A 1A0)</td>
    </tr>
        <tr>
      <td>DIRECTORY</td>
      <td>String (60)</td>
      <td>Major community or greater municipality grouping that contains the ZIP code</td>
    </tr>
        <tr>
      <td>MUNICIPAL</td>
      <td>String (60)</td>
      <td>Official Municipality Name</td>
    </tr>
        <tr>
      <td>ADMIN5</td>
      <td>String (80)</td>
      <td>HERE map Settlement name (Admin 5 level)</td>
    </tr>
        <tr>
      <td>PRV_ABRV</td>
      <td>String (2)</td>
      <td>Province Abbreviation</td>
    </tr>
        <tr>
      <td>PRUID</td>
      <td>SmallInteger (2)</td>
      <td>Province Unique Identifier</td>
    </tr>
        <tr>
      <td>CENSUS_DA</td>
      <td>Integer (4)</td>
      <td>The Census Dissemination Area Unique Identifier for the ZIP code record</td>
    </tr>
        <tr>
      <td>NT_CITY</td>
      <td>String (80)</td>
      <td>Identifies the name of the Administrative level 4 found in the HERE map associated with a point location</td>
    </tr>
        <tr>
      <td>TOWN</td>
      <td>String (80)</td>
      <td>Town Name</td>
    </tr>
  </tbody>
</table>