Warning
This feature is available in the Full MapKit SDK version
MMKSearchFeatureEnumValue
@interface MMKSearchFeatureEnumValue : NSObject |
Value for enumerated features.
Summary
Class methods
+ (nonnull MMKSearchFeatureEnumValue *)enumValueWithId:(nonnull NSString *)id |
Properties
@property (nonatomic, readonly, nonnull) NSString *id; |
@property (nonatomic, readonly, nonnull) NSString *name; |
@property (nonatomic, readonly, nullable) NSString *imageUrlTemplate; |
@property (nonatomic, readonly, nonnull) NSArray<NSString *> *tags; |
Class methods
enumValueWithId:name:imageUrlTemplate:tags:
+ (nonnull MMKSearchFeatureEnumValue *)enumValueWithId:(nonnull NSString *)id |
Properties
id
@property (nonatomic, readonly, nonnull) NSString *id; |
Machine readable value identifier.
name
@property (nonatomic, readonly, nonnull) NSString *name; |
Human readable localized representation.
imageUrlTemplate
@property (nonatomic, readonly, nullable) NSString *imageUrlTemplate; |
urlTemplate for the image. Available sizes are listed here: http://api.mappable.ru/fotki/doc/format-ref/f-img.xml
Optional field, can be nil.
tags
@property (nonatomic, readonly, nonnull) NSArray<NSString *> *tags; |
Undocumented