Safety camera properties
Safety Cameras must be sent as POINT data.
Safety Camera Properties
Safety Cameras must be sent as POINT data.
| Element | Required | Data Type | Description | ||
|---|---|---|---|---|---|
error | Yes | String | 70: Safety Camera missing 71: Safety Camera with incorrect info 72: Safety Camera not exist (delete) 73: Safety Camera exist (confirmation) | ||
domain | Yes | Object | Safety Camera Request structure with the following attributes encoded | ||
↳ cameraType | Yes | Integer | Safety Camera type, possible values are:
| ||
↳ heading | No | Integer | The heading of the camera in degrees (0-360) | ||
↳ cameraId | No | String | The optional camera ID which references the camera for a removal request. | ||
↳ gpsSpeed | No | Object | GPS speed information as object. | ||
↳ unit | Yes | String | The unit of the speed value. Can be either "m/h" or "km/h". | ||
↳ value | Yes | Integer | The value of the GPS speed. | ||
Updated last month