java.lang.Object
com.here.platform.location.integration.optimizedmap.commonattributes.SpeedLimit
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public final class SpeedLimit extends Object implements scala.Product, scala.Serializable
Speed limit information for the segment.

param: value The speed limit value in kilometers per hour, or zero if the speed limit is "unlimited" param: source The source for how the speed limit was collected. See SpeedLimitSource

See Also:
  • Constructor Details

  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • value

      public int value()
    • source

      public SpeedLimitSource source()
    • isUnlimited

      public boolean isUnlimited()
      Returns true if the speed limit is unlimited
    • getSource

      public SpeedLimitSource getSource()
    • getValue

      public int getValue()