AWSLocationSearchPlaceIndexForPositionSummary

Objective-C

@interface AWSLocationSearchPlaceIndexForPositionSummary

Swift

class AWSLocationSearchPlaceIndexForPositionSummary

A summary of the request sent by using SearchPlaceIndexForPosition.

Required parameters: [DataSource, Position]

  • 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, en for 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: 50

    Declaration

    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 }