AWSLocationSearchPlaceIndexForSuggestionsResponse
Objective-C
@interface AWSLocationSearchPlaceIndexForSuggestionsResponse
Swift
class AWSLocationSearchPlaceIndexForSuggestionsResponse
-
A list of place suggestions that best match the search text.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationSearchForSuggestionsResult *> *_Nullable results;Swift
var results: [AWSLocationSearchForSuggestionsResult]? { get set } -
Contains a summary of the request. Echoes the input values for
BiasPosition,FilterBBox,FilterCountries,Language,MaxResults, andText. Also includes theDataSourceof the place index.Declaration
Objective-C
@property (nonatomic, strong) AWSLocationSearchPlaceIndexForSuggestionsSummary *_Nullable summary;Swift
var summary: AWSLocationSearchPlaceIndexForSuggestionsSummary? { get set }
View on GitHub
Install in Dash
AWSLocationSearchPlaceIndexForSuggestionsResponse Class Reference