Intersection Traffic Lights

Vehicle intersection traffic lights

{
  "id": "SLS12345",
  "objectClass": "traffic-light",
  "attributes": {
        "applicableVehicles": "all"
        "type": "traffic-intersection"
      },
   "position": {
      "lon": -108.123,
      "lat": 34.234,
      "azimuth": 90,
      "height": 0.5,
      "width": 0.3
  },
  "observed": {
      "confidence": 0.9,
      "firstSeen": "2023-05-05T00:00:00.000Z",
      "lastSeen": "2023-05-05T00:00:00.000Z",
      "frameId": 1922121212933
  },
}

Last updated