AWSLocationGetMapGlyphsResponse
Objective-C
@interface AWSLocationGetMapGlyphsResponse
Swift
class AWSLocationGetMapGlyphsResponse
-
The glyph, as binary blob.
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 map glyph content type. For example,
application/octet-stream
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contentType;
Swift
var contentType: String? { get set }