AWSLocationGetMapTileRequest
Objective-C
@interface AWSLocationGetMapTileRequest
Swift
class AWSLocationGetMapTileRequest
-
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 to retrieve the map tiles from.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable mapName;
Swift
var mapName: String? { get set }
-
The X axis value for the map tile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable X;
Swift
var x: String? { get set }
-
The Y axis value for the map tile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable Y;
Swift
var y: String? { get set }
-
The zoom value for the map tile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable Z;
Swift
var z: String? { get set }