AWSLocationGetMapSpritesRequest
Objective-C
@interface AWSLocationGetMapSpritesRequest
Swift
class AWSLocationGetMapSpritesRequest
-
The name of the sprite file. Use the following file names for the sprite sheet:
sprites.png
sprites@2x.png
for high pixel density displays
For the JSON document containing image offsets. Use the following file names:
sprites.json
sprites@2x.json
for 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 }