Distance markers feature class (Distance_Markers)
The Distance_Markers feature class supports mile marker use cases.
For a description of the attributes OBJECTID, and Shape, see Esri® system fields.
| Field name | Data type | Description |
|---|---|---|
| LINK_ID | Integer (4) | |
| FEATURE_POINT_ID | Integer (4) | Unique ID of the feature point. |
| STREET_ADDRESS_ID | Integer (4) | Unique ID of the street address. |
| DISTANCE_VALUE | String (10) | Distance in unit specified by UNIT_OF_MEASURE. |
| DIRECTION_ON_SIGN | String (1) | If available. |
| DIRECTION | String (1) | If available. |
| UNIT_OF_MEASURE | String (1) | Unit of measure used for the specified distance. |
| ENHANCED | String (1) | Distance Marker Type, Y - Enhanced, N - Not Enhanced |
| STREET_NAME | String (100) | Street name. |
| LANGUAGE_CODE | String (3) | Language code. |
| STREET_NAME_LATIN | String (100) | Street name in Latin character set. |
| LANGUAGE_CODE_LATIN | String (3) | Language code in Latin character set. |
| ISO_COUNTRY_CODE | String (3) | ISO 3 character country code. |
Updated yesterday