MRTag Class Reference

Inherits from NSObject
Conforms to MRAnnotation
MRDSearchResultDisplayable
Declared in MRTag.h

Overview

Represents a trackable tag created in the Meridian Editor

  name

Name of this tag

@property (nonatomic, nullable, readonly) NSString *name

Declared In

MRTag.h

  externalID

External Identification given to this tag

@property (nonatomic, nullable, readonly) NSString *externalID

Declared In

MRTag.h

  imageURL

Image representing this tag

@property (nonatomic, nullable, readonly) NSURL *imageURL

Declared In

MRTag.h

  mac

The tag’s MAC address

@property (nonatomic, nonnull, readonly) NSString *mac

Declared In

MRTag.h

  location

The tag’s Location

@property (nonatomic, nullable, readonly) MRLocation *location

Declared In

MRTag.h

  labels

The tag’s labels

@property (nonatomic, nullable, readonly) NSArray<NSString*> *labels

Declared In

MRTag.h