AWSLocationGetMapSpritesResponse
Objective-C
@interface AWSLocationGetMapSpritesResponse
Swift
class AWSLocationGetMapSpritesResponse
-
Contains the body of the sprite sheet or JSON offset file.
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 content type of the sprite sheet and offsets. For example, the sprite sheet content type is
image/png
, and the sprite offset JSON document isapplication/json
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contentType;
Swift
var contentType: String? { get set }