AWSLocationGetMapSpritesRequest

Objective-C

@interface AWSLocationGetMapSpritesRequest

Swift

class AWSLocationGetMapSpritesRequest
  • The name of the sprite file. Use the following file names for the sprite sheet:

    For the JSON document containing image offsets. Use the following file names:

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable fileName;

    Swift

    var fileName: String? { get set }
  • key

    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 }