/AWS1/CL_GERROUTEWAYPOINT¶
Waypoint between the Origin and Destination.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_position TYPE /AWS1/CL_GERPOSITION_W=>TT_POSITION TT_POSITION¶
Position in World Geodetic System (WGS 84) format: [longitude, latitude].
Optional arguments:¶
iv_avoidactionsfordistance TYPE /AWS1/GERDISTANCEMETERS /AWS1/GERDISTANCEMETERS¶
Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
iv_avoiduturns TYPE /AWS1/GERSENSITIVEBOOLEAN /AWS1/GERSENSITIVEBOOLEAN¶
Avoid U-turns for calculation on highways and motorways. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
iv_heading TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
GPS Heading at the position. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
io_matching TYPE REF TO /AWS1/CL_GERROUTEMATCHINGOPTS /AWS1/CL_GERROUTEMATCHINGOPTS¶
Options to configure matching the provided position to the road network. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
iv_passthrough TYPE /AWS1/GERSENSITIVEBOOLEAN /AWS1/GERSENSITIVEBOOLEAN¶
If the waypoint should not be treated as a stop. If yes, the waypoint is passed through and doesn't split the route into different legs. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
io_sideofstreet TYPE REF TO /AWS1/CL_GERROUTESIDEOFSTREE00 /AWS1/CL_GERROUTESIDEOFSTREE00¶
Options to configure matching the provided position to a side of the street. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
iv_stopduration TYPE /AWS1/GERDURATIONSECONDS /AWS1/GERDURATIONSECONDS¶
Duration of the stop. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.Unit:
seconds
Queryable Attributes¶
AvoidActionsForDistance¶
Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVOIDACTIONSFORDISTANCE() |
Getter for AVOIDACTIONSFORDISTANCE |
AvoidUTurns¶
Avoid U-turns for calculation on highways and motorways. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
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. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
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. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MATCHING() |
Getter for MATCHING |
PassThrough¶
If the waypoint should not be treated as a stop. If yes, the waypoint is passed through and doesn't split the route into different legs. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PASSTHROUGH() |
Getter for PASSTHROUGH, with configurable default |
ASK_PASSTHROUGH() |
Getter for PASSTHROUGH w/ exceptions if field has no value |
HAS_PASSTHROUGH() |
Determine if PASSTHROUGH has a value |
Position¶
Position in World Geodetic System (WGS 84) format: [longitude, latitude].
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSITION() |
Getter for POSITION, with configurable default |
ASK_POSITION() |
Getter for POSITION w/ exceptions if field has no value |
HAS_POSITION() |
Determine if POSITION has a value |
SideOfStreet¶
Options to configure matching the provided position to a side of the street. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIDEOFSTREET() |
Getter for SIDEOFSTREET |
StopDuration¶
Duration of the stop. Not supported in
ap-southeast-1andap-southeast-5regions for GrabMaps customers.Unit:
seconds
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STOPDURATION() |
Getter for STOPDURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROUTEWAYPOINTLIST¶
TYPES TT_ROUTEWAYPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERROUTEWAYPOINT WITH DEFAULT KEY
.