Class TrafficFlowQueryOptions

java.lang.Object
com.here.sdk.traffic.TrafficFlowQueryOptions

public final class TrafficFlowQueryOptions extends Object

The options to specify how traffic flow data should be queried.

  • Field Details

    • minJamFactor

      @Nullable public Double 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 maxJamFactor to filter queried flow. If the value is null, then filtering by the min jam factor is not applied.

    • maxJamFactor

      @Nullable public Double 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 minJamFactor to 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