/AWS1/CL_GERROUTEDSTOPTIONS¶
Options related to the destination.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_avoidactionsfordistance TYPE /AWS1/GERDISTANCEMETERS /AWS1/GERDISTANCEMETERS¶
The distance in meters from the destination point within which certain routing actions (such as U-turns or left turns across traffic) are restricted. This helps generate more practical routes by avoiding potentially dangerous maneuvers near the endpoint.
iv_avoiduturns TYPE /AWS1/GERSENSITIVEBOOLEAN /AWS1/GERSENSITIVEBOOLEAN¶
Avoid U-turns for calculation on highways and motorways.
iv_heading TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
GPS Heading at the position.
io_matching TYPE REF TO /AWS1/CL_GERROUTEMATCHINGOPTS /AWS1/CL_GERROUTEMATCHINGOPTS¶
Options to configure matching the provided position to the road network.
io_sideofstreet TYPE REF TO /AWS1/CL_GERROUTESIDEOFSTREE00 /AWS1/CL_GERROUTESIDEOFSTREE00¶
Options to configure matching the provided position to a side of the street.
iv_stopduration TYPE /AWS1/GERDURATIONSECONDS /AWS1/GERDURATIONSECONDS¶
Duration of the stop.
Unit:
seconds
Queryable Attributes¶
AvoidActionsForDistance¶
The distance in meters from the destination point within which certain routing actions (such as U-turns or left turns across traffic) are restricted. This helps generate more practical routes by avoiding potentially dangerous maneuvers near the endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVOIDACTIONSFORDISTANCE() |
Getter for AVOIDACTIONSFORDISTANCE |
AvoidUTurns¶
Avoid U-turns for calculation on highways and motorways.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVOIDUTURNS() |
Getter for AVOIDUTURNS, with configurable default |
ASK_AVOIDUTURNS() |
Getter for AVOIDUTURNS w/ exceptions if field has no value |
HAS_AVOIDUTURNS() |
Determine if AVOIDUTURNS has a value |
Heading¶
GPS Heading at the position.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADING() |
Getter for HEADING |
ASK_HEADING() |
Getter for HEADING w/ exceptions if field has no value |
STR_HEADING() |
String format for HEADING |
Matching¶
Options to configure matching the provided position to the road network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHING() |
Getter for MATCHING |
SideOfStreet¶
Options to configure matching the provided position to a side of the street.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIDEOFSTREET() |
Getter for SIDEOFSTREET |
StopDuration¶
Duration of the stop.
Unit:
seconds
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STOPDURATION() |
Getter for STOPDURATION |