AWSLocationGetMapTileResponse
Objective-C
@interface AWSLocationGetMapTileResponse
Swift
class AWSLocationGetMapTileResponse
-
Contains Mapbox Vector Tile (MVT) data.
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 tile’s content type. For example,
application/vnd.mapbox-vector-tile.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contentType;Swift
var contentType: String? { get set }
View on GitHub
Install in Dash
AWSLocationGetMapTileResponse Class Reference