MMKPersonalizedPoiExtraMetadataEntry

@interface MMKPersonalizedPoiExtraMetadataEntry : NSObject <MMKBaseMetadata>

Undocumented

Summary

Class methods

+ (nonnull MMKPersonalizedPoiExtraMetadataEntry *)personalizedPoiExtraMetadataEntryWithKey:(nullable NSString *)key
                                                                                     value:(nullable NSString *)value;

Properties

@property (nonatomic, readonly, nullable) NSString *key;
Optional field, can be nil

@property (nonatomic, readonly, nullable) NSString *value;
Optional field, can be nil

Class methods

personalizedPoiExtraMetadataEntryWithKey:value:

+ (nonnull MMKPersonalizedPoiExtraMetadataEntry *)personalizedPoiExtraMetadataEntryWithKey:(nullable NSString *)key
                                                                                     value:(nullable NSString *)value;


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.