AWSLocationUpdateMapRequest

Objective-C

@interface AWSLocationUpdateMapRequest

Swift

class AWSLocationUpdateMapRequest
  • Updates the parts of the map configuration that can be updated, including the political view.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSLocationMapConfigurationUpdate *_Nullable configurationUpdate;

    Swift

    var configurationUpdate: AWSLocationMapConfigurationUpdate? { get set }
  • Updates the description for the map resource.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • The name of the map resource to update.

    Declaration

    Objective-C

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

    Swift

    var mapName: String? { get set }
  • No longer used. If included, the only allowed value is RequestBasedUsage.

    Declaration

    Objective-C

    @property (nonatomic) AWSLocationPricingPlan pricingPlan;

    Swift

    var pricingPlan: AWSLocationPricingPlan { get set }