MMKPersonalizedPoiExtraMetadataEntry
|
@interface MMKPersonalizedPoiExtraMetadataEntry : NSObject <MMKBaseMetadata> |
Summary
Class methods
|
+ (nonnull MMKPersonalizedPoiExtraMetadataEntry *)personalizedPoiExtraMetadataEntryWithKey:(nullable NSString *)key |
Properties
|
@property (nonatomic, readonly, nullable) NSString *key; |
|
@property (nonatomic, readonly, nullable) NSString *value; |
Class methods
personalizedPoiExtraMetadataEntryWithKey:value:
|
+ (nonnull MMKPersonalizedPoiExtraMetadataEntry *)personalizedPoiExtraMetadataEntryWithKey:(nullable NSString *)key |
Properties
key
|
@property (nonatomic, readonly, nullable) NSString *key; |
Optional field, can be nil.
value
|
@property (nonatomic, readonly, nullable) NSString *value; |
Optional field, can be nil.