maxJamFactor property

double? maxJamFactor
getter/setter pair

Max jam factor value. The jam factor is a value for the amount of traffic on the roadway. The value is between 0.0 and 10.0 (inclusive). This will be used with TrafficFlowQueryOptions.minJamFactor to filter queried flow. If the value is null filtering by the max jam factor is not applied.

Implementation

double? maxJamFactor;