GPKGMetadataScope
Objective-C
@interface GPKGMetadataScope : NSObject
Swift
class GPKGMetadataScope : NSObject
Metadata Scopes as defined in spec Table 16. Metadata Scopes
-
Name (md_scope)
Declaration
Objective-C
@property (nonatomic, strong) NSString *name;
Swift
var name: String! { get set }
-
Scope code
Declaration
Objective-C
@property (nonatomic, strong) NSString *code;
Swift
var code: String! { get set }
-
Definition
Declaration
Objective-C
@property (nonatomic, strong) NSString *definition;
Swift
var definition: String! { get set }