• java.lang.Object
    • com.here.sdk.mapdata.SegmentSpeedLimit

  • public final class SegmentSpeedLimit
    extends java.lang.Object

    Describes the posted speed limit on the segment span.

    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.

    • Constructor Summary

      Constructors 
      Constructor Description
      SegmentSpeedLimit​(boolean speedLimitIsUnlimited)
      Creates a new instance with default values.
    • 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

      • speedLimitInMeterPerSeconds

        @Nullable
        public java.lang.Double speedLimitInMeterPerSeconds

        Spped limit in meter per seconds.

      • speedLimitIsUnlimited

        public boolean speedLimitIsUnlimited

        Indication that speed limit is unlimited.

    • Constructor Detail

      • SegmentSpeedLimit

        public SegmentSpeedLimit​(boolean speedLimitIsUnlimited)

        Creates a new instance with default values.

        Parameters:
        speedLimitIsUnlimited -

        Indication that speed limit is unlimited.

    • 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