Class SpeedLimitOffset

java.lang.Object
com.here.sdk.navigation.SpeedLimitOffset

public final class SpeedLimitOffset extends Object

A class that represents two separate speed limit offsets for higher and lower speed limits. A driver will be notified when the current driving speed is above the speed limit + offset. Only one of the two offsets is used depending on the current speed limit.

  • Field Details

    • lowSpeedOffsetInMetersPerSecond

      public double lowSpeedOffsetInMetersPerSecond

      A speed limit offset for speed limits below the highSpeedBoundaryInMetersPerSecond.

    • highSpeedOffsetInMetersPerSecond

      public double highSpeedOffsetInMetersPerSecond

      A speed limit offset for speed limits above the highSpeedBoundaryInMetersPerSecond.

    • highSpeedBoundaryInMetersPerSecond

      public double highSpeedBoundaryInMetersPerSecond

      The boundary that defines higher and lower speed limits.

  • Constructor Details

    • SpeedLimitOffset

      public SpeedLimitOffset()

      Creates a new instance.

  • Method Details