MRDMapTagSubscription Class Reference
Inherits from | NSObject |
---|---|
Conforms to | MRDTagSubscription |
Declared in | MRDMapTagSubscription.h |
Overview
AssetTag subscription used in conjunction with MRTagManager
or MRMapView
to receive updates for all AssetTags on a specific map
identifier
Editor ID of the map being subscribed to.
@property (nonatomic, nonnull, copy) NSString *identifier
Declared In
MRDMapTagSubscription.h
+ subscriptionWithIdentifier:
Create an AssetTag subscription with a given identifier
+ (nonnull instancetype)subscriptionWithIdentifier:(nonnull NSString *)identifier
Parameters
identifier |
Editor map ID that this subscription will be tracking |
---|
Declared In
MRDMapTagSubscription.h
– initWithIdentifier:
Initialize an AssetTag subscription with a given identifier
- (nonnull instancetype)initWithIdentifier:(nonnull NSString *)identifier
Parameters
identifier |
Editor map ID that this subscription will be tracking |
---|
Declared In
MRDMapTagSubscription.h