minJamFactor property
getter/setter pair
Min 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.maxJamFactor to filter queried flow.
If the value is null, then filtering by the min jam factor is not applied.
Implementation
double? minJamFactor;