Class BusSpecifications

java.lang.Object
com.here.sdk.transport.BusSpecifications

public final class BusSpecifications extends Object

Bus specifications contain vehicle related attributes. Examples: height, weight, width. Only the fields that are set are considered for restriction handling.

  • Field Details

    • grossWeightInKilograms

      @Nullable public Integer grossWeightInKilograms

      Total vehicle weight in kilograms. By default, it is not set.

    • heightInCentimeters

      @Nullable public Integer heightInCentimeters

      Bus height in centimeters. By default, it is not set.

    • widthInCentimeters

      @Nullable public Integer widthInCentimeters

      Bus width in centimeters. By default, it is not set.

    • lengthInCentimeters

      @Nullable public Integer lengthInCentimeters

      Bus length in centimeters. By default, it is not set.

  • Constructor Details

    • BusSpecifications

      public BusSpecifications()

      Creates a new instance.

  • Method Details