/AWS1/CL_LOCSRCHPLACEIDXFORP02¶
A summary of the request sent by using SearchPlaceIndexForPosition.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_position TYPE /AWS1/CL_LOCPOSITION_W=>TT_POSITION TT_POSITION¶
The position specified in the request.
iv_datasource TYPE /AWS1/LOCSTRING /AWS1/LOCSTRING¶
The geospatial data provider attached to the place index resource specified in the request. Values can be one of the following:
Esri
Grab
Here
For more information about data providers, see Amazon Location Service data providers.
Optional arguments:¶
iv_maxresults TYPE /AWS1/LOCPLACEIDXSRCHRSLTLIMIT /AWS1/LOCPLACEIDXSRCHRSLTLIMIT¶
Contains the optional result count limit that is specified in the request.
Default value:
50
iv_language TYPE /AWS1/LOCLANGUAGETAG /AWS1/LOCLANGUAGETAG¶
The preferred language used to return results. Matches the language in the request. The value is a valid BCP 47 language tag, for example,
enfor English.
Queryable Attributes¶
Position¶
The position specified in the request.
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 |
MaxResults¶
Contains the optional result count limit that is specified in the request.
Default value:
50
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXRESULTS() |
Getter for MAXRESULTS, with configurable default |
ASK_MAXRESULTS() |
Getter for MAXRESULTS w/ exceptions if field has no value |
HAS_MAXRESULTS() |
Determine if MAXRESULTS has a value |
DataSource¶
The geospatial data provider attached to the place index resource specified in the request. Values can be one of the following:
Esri
Grab
Here
For more information about data providers, see Amazon Location Service data providers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCE() |
Getter for DATASOURCE, with configurable default |
ASK_DATASOURCE() |
Getter for DATASOURCE w/ exceptions if field has no value |
HAS_DATASOURCE() |
Determine if DATASOURCE has a value |
Language¶
The preferred language used to return results. Matches the language in the request. The value is a valid BCP 47 language tag, for example,
enfor English.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LANGUAGE() |
Getter for LANGUAGE, with configurable default |
ASK_LANGUAGE() |
Getter for LANGUAGE w/ exceptions if field has no value |
HAS_LANGUAGE() |
Determine if LANGUAGE has a value |