BusSpecifications (API Reference)
Package com.here.sdk.transport
Class BusSpecifications
java.lang.Object
com.here.sdk.transport.BusSpecifications
Bus specifications contain vehicle related attributes. Examples: height, weight, width. Only the fields that are set are considered for restriction handling.
-
Field Summary
FieldsModifier and TypeFieldDescriptionTotal vehicle weight in kilograms.Bus height in centimeters.Bus length in centimeters.Bus width in centimeters. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
grossWeightInKilograms
Total vehicle weight in kilograms. By default, it is not set.
-
heightInCentimeters
Bus height in centimeters. By default, it is not set.
-
widthInCentimeters
Bus width in centimeters. By default, it is not set.
-
lengthInCentimeters
Bus length in centimeters. By default, it is not set.
-
-
Constructor Details
-
BusSpecifications
public BusSpecifications()Creates a new instance.
-
-
Method Details