AWSLocationSearchPlaceIndexForPositionResponse
Objective-C
@interface AWSLocationSearchPlaceIndexForPositionResponse
Swift
class AWSLocationSearchPlaceIndexForPositionResponse
-
Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationSearchForPositionResult *> *_Nullable results;
Swift
var results: [AWSLocationSearchForPositionResult]? { get set }
-
Contains a summary of the request. Echoes the input values for
Position
,Language
,MaxResults
, and theDataSource
of the place index.Declaration
Objective-C
@property (nonatomic, strong) AWSLocationSearchPlaceIndexForPositionSummary *_Nullable summary;
Swift
var summary: AWSLocationSearchPlaceIndexForPositionSummary? { get set }