Class SpeedWarningOptions

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

public final class SpeedWarningOptions extends Object

A class that contains all options to be used for the speed limit warnings.

  • Field Details

    • speedLimitOffset

      @NonNull public SpeedLimitOffset speedLimitOffset

      The speed limit offsets to be used when notifying about exceeding the speed limit.

  • Constructor Details

    • SpeedWarningOptions

      public SpeedWarningOptions(@NonNull SpeedLimitOffset speedLimitOffset)

      Creates a new instance.

      Parameters:
      speedLimitOffset -

      The speed limit offsets to be used when notifying about exceeding the speed limit.

  • Method Details