MaplyWMSStyle
Objective-C
@interface MaplyWMSStyle : NSObject
Swift
class MaplyWMSStyle : NSObject
Style of a WMS layer as returned by GetCapabilities. This is part of the Web Map Service parser.
-
The name as returned by the service
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *name;
Swift
var name: String? { get set }
-
The title as returned by the service
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSString *title;
Swift
var title: String? { get set }