MMKSearchPropertiesItem
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKSearchPropertiesItem : NSObject |
Single property item.
Summary
Class methods
|
+ (nonnull MMKSearchPropertiesItem *)itemWithKey:(nonnull NSString *)key |
Properties
|
@property (nonatomic, readonly, nonnull) NSString *key; |
|
@property (nonatomic, readonly, nonnull) NSString *value; |
Class methods
itemWithKey:value:
|
+ (nonnull MMKSearchPropertiesItem *)itemWithKey:(nonnull NSString *)key |
Properties
key
|
@property (nonatomic, readonly, nonnull) NSString *key; |
Item key.
value
|
@property (nonatomic, readonly, nonnull) NSString *value; |
Item value.