Package 

Class TightenedSpeedLimitInfo

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class TightenedSpeedLimitInfo
     implements Parcelable
                        

    Speed limit tightened information, indicating that the speed limit ahead changes to lower.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      TightenedSpeedLimitInfo(SpeedLimit currentSpeedLimit, SpeedLimit tightenedSpeedLimit)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final SpeedLimit getCurrentSpeedLimit() The current speed limit
      final SpeedLimit getTightenedSpeedLimit() The tightened speed limit ahead
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TightenedSpeedLimitInfo

        TightenedSpeedLimitInfo(SpeedLimit currentSpeedLimit, SpeedLimit tightenedSpeedLimit)