AWSLocationSearchPlaceIndexForPositionSummary
Objective-C
@interface AWSLocationSearchPlaceIndexForPositionSummary
Swift
class AWSLocationSearchPlaceIndexForPositionSummary
A summary of the request sent by using SearchPlaceIndexForPosition.
Required parameters: [Position, 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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataSource;Swift
var dataSource: String? { get set } -
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.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable language;Swift
var language: String? { get set } -
Contains the optional result count limit that is specified in the request.
Default value:
50Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
The position specified in the request.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSNumber *> *_Nullable position;Swift
var position: [NSNumber]? { get set }
View on GitHub
Install in Dash
AWSLocationSearchPlaceIndexForPositionSummary Class Reference