AWSLocationDescribeMapResponse

Objective-C

@interface AWSLocationDescribeMapResponse

Swift

class AWSLocationDescribeMapResponse
  • Specifies the map tile style selected from a partner data provider.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSLocationMapConfiguration *_Nullable configuration;

    Swift

    var configuration: AWSLocationMapConfiguration? { get set }
  • The timestamp for when the map resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable createTime;

    Swift

    var createTime: Date? { get set }
  • Specifies the data provider for the associated map tiles.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable dataSource;

    Swift

    var dataSource: String? { get set }
  • The optional description for the map resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detail;

    Swift

    var detail: String? { get set }
  • The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.

    • Format example: arn:aws:geo:region:account-id:map/ExampleMap

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable mapArn;

    Swift

    var mapArn: String? { get set }
  • The map style selected from an available provider.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable mapName;

    Swift

    var mapName: String? { get set }
  • No longer used. Always returns RequestBasedUsage.

    Declaration

    Objective-C

    @property (nonatomic) AWSLocationPricingPlan pricingPlan;

    Swift

    var pricingPlan: AWSLocationPricingPlan { get set }
  • Tags associated with the map resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;

    Swift

    var tags: [String : String]? { get set }
  • The timestamp for when the map resource was last update in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable updateTime;

    Swift

    var updateTime: Date? { get set }