Class MaxAxleGroupWeight

java.lang.Object
com.here.sdk.routing.MaxAxleGroupWeight

public final class MaxAxleGroupWeight extends Object

MaxAxleGroupWeight contains all the restriction details violated by an axle group weight.

  • Field Details

    • maxWeightInKilograms

      public int maxWeightInKilograms

      Limit of the axle weight in kilograms

    • axleGroupType

      @NonNull public String axleGroupType

      Type of the restriction's axle group

  • Constructor Details

    • MaxAxleGroupWeight

      public MaxAxleGroupWeight(int maxWeightInKilograms, @NonNull String axleGroupType)

      Creates a new instance.

      Parameters:
      maxWeightInKilograms -

      Limit of the axle weight in kilograms

      axleGroupType -

      Type of the restriction's axle group

  • Method Details