AWSLocationSearchPlaceIndexForTextResponse
Objective-C
@interface AWSLocationSearchPlaceIndexForTextResponse
Swift
class AWSLocationSearchPlaceIndexForTextResponse
-
A list of Places matching the input text. Each result contains additional information about the specific point of interest.
Not all response properties are included with all responses. Some properties may only be returned by specific data partners.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationSearchForTextResult *> *_Nullable results;
Swift
var results: [AWSLocationSearchForTextResult]? { get set }
-
Contains a summary of the request. Echoes the input values for
BiasPosition
,FilterBBox
,FilterCountries
,Language
,MaxResults
, andText
. Also includes theDataSource
of the place index and the bounding box,ResultBBox
, which surrounds the search results.Declaration
Objective-C
@property (nonatomic, strong) AWSLocationSearchPlaceIndexForTextSummary *_Nullable summary;
Swift
var summary: AWSLocationSearchPlaceIndexForTextSummary? { get set }