/AWS1/CL_GEPAUTOCOMPLRSLTITEM¶
A result matching the input query text.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_placeid
TYPE /AWS1/GEPSENSITIVESTRING
/AWS1/GEPSENSITIVESTRING
¶
The PlaceId of the place associated with this result. This can be used to look up additional details about the result via GetPlace.
iv_placetype
TYPE /AWS1/GEPPLACETYPE
/AWS1/GEPPLACETYPE
¶
PlaceType describes the type of result entry returned.
iv_title
TYPE /AWS1/GEPSENSITIVESTRING
/AWS1/GEPSENSITIVESTRING
¶
A formatted string for display when presenting this result to an end user.
Optional arguments:¶
io_address
TYPE REF TO /AWS1/CL_GEPADDRESS
/AWS1/CL_GEPADDRESS
¶
The address associated with this result.
iv_distance
TYPE /AWS1/GEPDISTANCEMETERS
/AWS1/GEPDISTANCEMETERS
¶
The distance in meters between the center of the search area and this result. Useful to evaluate how far away from the original bias position the result is.
iv_language
TYPE /AWS1/GEPLANGUAGETAG
/AWS1/GEPLANGUAGETAG
¶
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
iv_politicalview
TYPE /AWS1/GEPCOUNTRYCODE3
/AWS1/GEPCOUNTRYCODE3
¶
The alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country.
io_highlights
TYPE REF TO /AWS1/CL_GEPAUTOCMPLHIGHLIGHTS
/AWS1/CL_GEPAUTOCMPLHIGHLIGHTS
¶
Indicates the starting and ending index of the place in the text query that match the found title.
Queryable Attributes¶
PlaceId¶
The PlaceId of the place associated with this result. This can be used to look up additional details about the result via GetPlace.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PLACEID() |
Getter for PLACEID, with configurable default |
ASK_PLACEID() |
Getter for PLACEID w/ exceptions if field has no value |
HAS_PLACEID() |
Determine if PLACEID has a value |
PlaceType¶
PlaceType describes the type of result entry returned.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PLACETYPE() |
Getter for PLACETYPE, with configurable default |
ASK_PLACETYPE() |
Getter for PLACETYPE w/ exceptions if field has no value |
HAS_PLACETYPE() |
Determine if PLACETYPE has a value |
Title¶
A formatted string for display when presenting this result to an end user.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
Address¶
The address associated with this result.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ADDRESS() |
Getter for ADDRESS |
Distance¶
The distance in meters between the center of the search area and this result. Useful to evaluate how far away from the original bias position the result is.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISTANCE() |
Getter for DISTANCE |
Language¶
A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
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 |
PoliticalView¶
The alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POLITICALVIEW() |
Getter for POLITICALVIEW, with configurable default |
ASK_POLITICALVIEW() |
Getter for POLITICALVIEW w/ exceptions if field has no value |
HAS_POLITICALVIEW() |
Determine if POLITICALVIEW has a value |
Highlights¶
Indicates the starting and ending index of the place in the text query that match the found title.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HIGHLIGHTS() |
Getter for HIGHLIGHTS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AUTOCOMPLETERESULTITEMLIST
¶
TYPES TT_AUTOCOMPLETERESULTITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GEPAUTOCOMPLRSLTITEM WITH DEFAULT KEY
.