MRLocation Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | NSCopying | 
| Declared in | MRLocation.h | 
  mapKey
	Returns the unique identifier of the Meridian map containing this location.
@property (nonatomic, readonly, copy) MREditorKey *mapKeyDeclared In
MRLocation.h
  point
	Returns the coordinate offset of this location, as related to the Meridian map represented by the mapKey property.
@property (nonatomic, readonly) CGPoint pointDeclared In
MRLocation.h
  accuracy
	Returns the combined horizontal/vertical accuracy of this location.
@property (nonatomic, readonly) CGFloat accuracyDeclared In
MRLocation.h
  timestamp
	Returns the timestamp when this location was calculated.
@property (nonatomic, readonly, copy) NSDate *timestampDeclared In
MRLocation.h
  providerType
	Returns the original source of this location.
@property (nonatomic, readonly) MRLocationProviderType providerTypeDeclared In
MRLocation.h