jamTendency property

int? jamTendency

The jamTendency field denotes whether the congestion is increasing, decreasing, or constant. The congestion tendency may take the following values:

  • +2 - rapidly increasing congestion
  • +1 - increasing congestion
  • 0 - constant congestion
  • -1 - decreasing congestion
  • -2 - rapidly decreasing congestion Default value of 0 can be assumed when this attribute is not present. Gets the jam tendency field value which denotes whether the congestion is increasing, decreasing, or constant.

Implementation

int? get jamTendency;