AWSLocationGetMapSpritesRequest
Objective-C
@interface AWSLocationGetMapSpritesRequest
                Swift
class AWSLocationGetMapSpritesRequest
                - 
                  
                  
The name of the sprite file. Use the following file names for the sprite sheet:
sprites.pngsprites@2x.pngfor high pixel density displays
For the JSON document containing image offsets. Use the following file names:
sprites.jsonsprites@2x.jsonfor high pixel density displays
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable fileName;Swift
var fileName: String? { get set } - 
                  
                  
The optional API key to authorize the request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable key;Swift
var key: String? { get set } - 
                  
                  
The map resource associated with the sprite file.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable mapName;Swift
var mapName: String? { get set } 
View on GitHub
Install in Dash
        AWSLocationGetMapSpritesRequest Class Reference