/AWS1/CL_GEPGEOCODERESPONSE¶
GeocodeResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_pricingbucket TYPE /AWS1/GEPSTRING /AWS1/GEPSTRING¶
The pricing bucket for which the query is charged at, or the maximum pricing bucket when the query is charged per item within the query.
For more information on pricing, please visit Amazon Location Service Pricing.
Optional arguments:¶
it_resultitems TYPE /AWS1/CL_GEPGEOCODERESULTITEM=>TT_GEOCODERESULTITEMLIST TT_GEOCODERESULTITEMLIST¶
List of places or results returned for a query.
Queryable Attributes¶
PricingBucket¶
The pricing bucket for which the query is charged at, or the maximum pricing bucket when the query is charged per item within the query.
For more information on pricing, please visit Amazon Location Service Pricing.
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 |
ResultItems¶
List of places or results returned for a query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTITEMS() |
Getter for RESULTITEMS, with configurable default |
ASK_RESULTITEMS() |
Getter for RESULTITEMS w/ exceptions if field has no value |
HAS_RESULTITEMS() |
Determine if RESULTITEMS has a value |