MMKGeoObjectTags
@interface MMKGeoObjectTags : NSObject <MMKBaseMetadata> |
Geo object tags.
Summary
Class methods
+ (nonnull MMKGeoObjectTags *)geoObjectTagsWithTags:(nonnull NSArray<NSString *> *)tags; |
Properties
@property (nonatomic, readonly, nonnull) NSArray<NSString *> *tags; |
Class methods
geoObjectTagsWithTags:
+ (nonnull MMKGeoObjectTags *)geoObjectTagsWithTags:(nonnull NSArray<NSString *> *)tags; |
Properties
tags
@property (nonatomic, readonly, nonnull) NSArray<NSString *> *tags; |
Undocumented