TrafficFlowQueryOptions (API Reference)
Class TrafficFlowQueryOptions
The options to specify how traffic flow data should be queried.
-
Field Summary
FieldsModifier and TypeFieldDescriptionMax jam factor value.Min jam factor value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
minJamFactor
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
maxJamFactorto filter queried flow. If the value isnull, then filtering by the min jam factor is not applied. -
maxJamFactor
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
minJamFactorto filter queried flow. If the value is null filtering by the max jam factor is not applied.
-
-
Constructor Details
-
TrafficFlowQueryOptions
public TrafficFlowQueryOptions()Creates a new instance.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
-
Method Details