Warning

This feature is available in the Full MapKit SDK version

YMKSearchPropertiesItem

@interface YMKSearchPropertiesItem : NSObject

Single property item.

Summary

Class methods

+ (nonnull YMKSearchPropertiesItem *)itemWithKey:(nonnull NSString *)key
                                           value:(nonnull NSString *)value;

Properties

@property (nonatomic, readonly, nonnull) NSString *key;
Item key

@property (nonatomic, readonly, nonnull) NSString *value;
Item value

Class methods

itemWithKey:value:

+ (nonnull YMKSearchPropertiesItem *)itemWithKey:(nonnull NSString *)key
                                           value:(nonnull NSString *)value;


Properties

key

@property (nonatomic, readonly, nonnull) NSString *key;

Item key.


value

@property (nonatomic, readonly, nonnull) NSString *value;

Item value.