AWSLocationGetMapStyleDescriptorRequest
Objective-C
@interface AWSLocationGetMapStyleDescriptorRequest
Swift
class AWSLocationGetMapStyleDescriptorRequest
-
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 style descriptor from.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable mapName;
Swift
var mapName: String? { get set }