Safety cameras feature class (Safety_Cameras)
This Safety_Cameras feature class indicates the presence of a safety camera including red light and/or speed cameras and cameras monitoring bus only lanes.
This Safety_Cameras feature class indicates the presence of a safety camera including red light and/or speed cameras and cameras monitoring bus only lanes.
For a description of the attributes OBJECTID, Shape, and GlobalID, see Esri® system fields.
| Field name | Data type | Description |
|---|---|---|
| CAMERA_ID | String (20) | Unique HERE ID for the camera |
| CAMERA_TYPE | String (20) | Description of the camera type values are:
|
| LINK_ID | Integer (4) | Unique link ID for the navigable street segment the camera is on. Foreign key referencing Streets.Link_ID |
| STREET_NAME | String (100) | Full street name for the street segment including the abbreviated street type, prefix and suffix |
| LANGUAGE_CODE | String(3) | Language code |
| STREET_NAME_LATIN | String (100) | Street name |
| LANGUAGE_CODE_LATIN | String(5) | Language code |
| ALTERNATE_STREET_NAME1 | String (100) | Another alternate street name for the street segment including the abbreviated street type, prefix and suffix, such as Fred St S where one exists. |
| ALTERNATE_STREET_NAME1_LATIN | String (200) | Another alternate street name in Latin character set for the street segment including the abbreviated street type, prefix and suffix, such as Fred St S where one exists. |
| SIDE_OF_STREET | String (2) | The side of the street the camera is on:
|
| CAMERA_SPEED_LIMIT | Small Integer (2) | Indicates the maximum legal speed for vehicles to travel at the camera location. |
| CAMERA_DIRECTION_ON_LINK | String (1) | Direction of the camera focus on the link.
|
| CAMERA_TIMESTAMP | Date (8) | Indicates the day, month, and year that data was collected. |
| DRIVING_DIRECTION | Small Integer (2) | Indicates the direction (in degrees) of the road the camera is associated with, in the range 0-359. |
| FIXTURE_STATUS | String (15) | Indicates which type of camera is present. |
| LOCALITY | String (100) | Administrative locality containing the camera. |
| LOCALITY_LATIN | String (120) | Administrative locality containing the camera. |
| SUBREGION | String (100) | Name of the city containing the camera. |
| SUBREGION_LATIN | String (120) | Name of the city containing the camera. |
| REGION | String (100) | Administrative region containing the camera. |
| REGION_ABBREV | String (50) | Abbreviated administrative region containing the POI. |
| REGION_LATIN | String (100) | Administrative region containing the POI. |
| REGION_ABBREV_LATIN | String (50) | Abbreviated administrative region containing the POI. |
| ISO_COUNTRY_CODE | String (3) | ISO 3 character country code |
| OBJECTID | OID | Internal feature number. |
| Shape | Geometry | Polyline geometry for the road segment. |
Updated yesterday