AWSLocationGetMapTileRequest

Objective-C

@interface AWSLocationGetMapTileRequest

Swift

class AWSLocationGetMapTileRequest
  • 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 to retrieve the map tiles from.

    Declaration

    Objective-C

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

    Swift

    var mapName: String? { get set }
  • X

    The X axis value for the map tile.

    Declaration

    Objective-C

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

    Swift

    var x: String? { get set }
  • Y

    The Y axis value for the map tile.

    Declaration

    Objective-C

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

    Swift

    var y: String? { get set }
  • Z

    The zoom value for the map tile.

    Declaration

    Objective-C

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

    Swift

    var z: String? { get set }