Class WarningNotificationDistances

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

public final class WarningNotificationDistances extends Object

Distances for emitting warnings according to the timing profile.

  • Field Details

    • slowSpeedDistanceInMeters

      public int slowSpeedDistanceInMeters

      The distance in meters for emitting warnings when the speed limit or current speed is slow. The conditions for a speed to be considered slow are the same ones as for TimingProfile.SLOW_SPEED. The distance should be greater than 0. Defaults to 500 meters.

    • regularSpeedDistanceInMeters

      public int regularSpeedDistanceInMeters

      The distance in meters for emitting warnings when the speed limit or current speed is regular. The conditions for a speed to be considered regular are the same ones as for TimingProfile.REGULAR_SPEED. The distance should be greater than 0. Defaults to 750 meters.

    • fastSpeedDistanceInMeters

      public int fastSpeedDistanceInMeters

      The distance in meters for emitting warnings when the speed limit or current speed is fast. The conditions for a speed to be considered fast are the same ones as for TimingProfile.FAST_SPEED. The distance should be greater than 0. Defaults to 1500 meters.

  • Constructor Details

    • WarningNotificationDistances

      public WarningNotificationDistances()

      Creates a new instance.

  • Method Details