/AWS1/CL_LOCCALCULATEROUTETR00¶
Contains details about additional route preferences for requests that specify TravelMode as Truck.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_avoidferries TYPE /AWS1/LOCSENSITIVEBOOLEAN /AWS1/LOCSENSITIVEBOOLEAN¶
Avoids ferries when calculating routes.
Default Value:
falseValid Values:
false|true
iv_avoidtolls TYPE /AWS1/LOCSENSITIVEBOOLEAN /AWS1/LOCSENSITIVEBOOLEAN¶
Avoids tolls when calculating routes.
Default Value:
falseValid Values:
false|true
io_dimensions TYPE REF TO /AWS1/CL_LOCTRUCKDIMENSIONS /AWS1/CL_LOCTRUCKDIMENSIONS¶
Specifies the truck's dimension specifications including length, height, width, and unit of measurement. Used to avoid roads that can't support the truck's dimensions.
io_weight TYPE REF TO /AWS1/CL_LOCTRUCKWEIGHT /AWS1/CL_LOCTRUCKWEIGHT¶
Specifies the truck's weight specifications including total weight and unit of measurement. Used to avoid roads that can't support the truck's weight.
Queryable Attributes¶
AvoidFerries¶
Avoids ferries when calculating routes.
Default Value:
falseValid Values:
false|true
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_AVOIDFERRIES() | Getter for AVOIDFERRIES, with configurable default | 
| ASK_AVOIDFERRIES() | Getter for AVOIDFERRIES w/ exceptions if field has no value | 
| HAS_AVOIDFERRIES() | Determine if AVOIDFERRIES has a value | 
AvoidTolls¶
Avoids tolls when calculating routes.
Default Value:
falseValid Values:
false|true
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_AVOIDTOLLS() | Getter for AVOIDTOLLS, with configurable default | 
| ASK_AVOIDTOLLS() | Getter for AVOIDTOLLS w/ exceptions if field has no value | 
| HAS_AVOIDTOLLS() | Determine if AVOIDTOLLS has a value | 
Dimensions¶
Specifies the truck's dimension specifications including length, height, width, and unit of measurement. Used to avoid roads that can't support the truck's dimensions.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_DIMENSIONS() | Getter for DIMENSIONS | 
Weight¶
Specifies the truck's weight specifications including total weight and unit of measurement. Used to avoid roads that can't support the truck's weight.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_WEIGHT() | Getter for WEIGHT |