AWSLocationGetMapStyleDescriptorResponse

Objective-C

@interface AWSLocationGetMapStyleDescriptorResponse

Swift

class AWSLocationGetMapStyleDescriptorResponse
  • Contains the body of the style descriptor.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSData *_Nullable blob;

    Swift

    var blob: Data? { get set }
  • The HTTP Cache-Control directive for the value.

    Declaration

    Objective-C

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

    Swift

    var cacheControl: String? { get set }
  • The style descriptor’s content type. For example, application/json.

    Declaration

    Objective-C

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

    Swift

    var contentType: String? { get set }