MRLocation Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in MRLocation.h

Overview

Represents a location on a Meridian map along with accuracy and timestamp information.

  mapKey

Returns the unique identifier of the Meridian map containing this location.

@property (nonatomic, readonly, copy) MREditorKey *mapKey

Declared 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 point

Declared In

MRLocation.h

  accuracy

Returns the combined horizontal/vertical accuracy of this location.

@property (nonatomic, readonly) CGFloat accuracy

Declared In

MRLocation.h

  timestamp

Returns the timestamp when this location was calculated.

@property (nonatomic, readonly, copy) NSDate *timestamp

Declared In

MRLocation.h

  providerType

Returns the original source of this location.

@property (nonatomic, readonly) MRLocationProviderType providerType

Declared In

MRLocation.h