SpeedLimitOffset (API Reference)
Package com.here.sdk.navigation
Class SpeedLimitOffset
java.lang.Object
com.here.sdk.navigation.SpeedLimitOffset
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 Summary
FieldsModifier and TypeFieldDescriptiondoubleThe boundary that defines higher and lower speed limits.doubleA speed limit offset for speed limits above thehighSpeedBoundaryInMetersPerSecond.doubleA speed limit offset for speed limits below thehighSpeedBoundaryInMetersPerSecond. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lowSpeedOffsetInMetersPerSecond
public double lowSpeedOffsetInMetersPerSecondA speed limit offset for speed limits below the
highSpeedBoundaryInMetersPerSecond. -
highSpeedOffsetInMetersPerSecond
public double highSpeedOffsetInMetersPerSecondA speed limit offset for speed limits above the
highSpeedBoundaryInMetersPerSecond. -
highSpeedBoundaryInMetersPerSecond
public double highSpeedBoundaryInMetersPerSecondThe boundary that defines higher and lower speed limits.
-
-
Constructor Details
-
SpeedLimitOffset
public SpeedLimitOffset()Creates a new instance.
-
-
Method Details