Class TrafficFlowQueryOptions

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

  • public final class TrafficFlowQueryOptions
    extends java.lang.Object

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

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Double maxJamFactor
      Max jam factor value.
      java.lang.Double minJamFactor
      Min jam factor value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • minJamFactor

        @Nullable
        public java.lang.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 java.lang.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 Detail

      • 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 Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object