/AWS1/CL_GERCALCULATEROUTESRSP¶
CalculateRoutesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_leggeometryformat TYPE /AWS1/GERGEOMETRYFORMAT /AWS1/GERGEOMETRYFORMAT¶
Specifies the format of the geometry returned for each leg of the route.
it_notices TYPE /AWS1/CL_GERROUTERSPNOTICE=>TT_ROUTERESPONSENOTICELIST TT_ROUTERESPONSENOTICELIST¶
Notices are additional information returned that indicate issues that occurred during route calculation.
iv_pricingbucket TYPE /AWS1/GERSTRING /AWS1/GERSTRING¶
The pricing bucket for which the query is charged at.
it_routes TYPE /AWS1/CL_GERROUTE=>TT_ROUTELIST TT_ROUTELIST¶
The path from the origin to the destination.
Queryable Attributes¶
LegGeometryFormat¶
Specifies the format of the geometry returned for each leg of the route.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEGGEOMETRYFORMAT() |
Getter for LEGGEOMETRYFORMAT, with configurable default |
ASK_LEGGEOMETRYFORMAT() |
Getter for LEGGEOMETRYFORMAT w/ exceptions if field has no v |
HAS_LEGGEOMETRYFORMAT() |
Determine if LEGGEOMETRYFORMAT has a value |
Notices¶
Notices are additional information returned that indicate issues that occurred during route calculation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTICES() |
Getter for NOTICES, with configurable default |
ASK_NOTICES() |
Getter for NOTICES w/ exceptions if field has no value |
HAS_NOTICES() |
Determine if NOTICES has a value |
PricingBucket¶
The pricing bucket for which the query is charged at.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRICINGBUCKET() |
Getter for PRICINGBUCKET, with configurable default |
ASK_PRICINGBUCKET() |
Getter for PRICINGBUCKET w/ exceptions if field has no value |
HAS_PRICINGBUCKET() |
Determine if PRICINGBUCKET has a value |
Routes¶
The path from the origin to the destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTES() |
Getter for ROUTES, with configurable default |
ASK_ROUTES() |
Getter for ROUTES w/ exceptions if field has no value |
HAS_ROUTES() |
Determine if ROUTES has a value |