SMPOpenUILocation class

An immutable object that represents and Agentry location.

Syntax

@interface SMPOpenUILocation : <NSObject> <SMPDataAPILocationProtocol>

Base protocols

Members

All members of SMPOpenUILocation, including inherited members.

Methods Properties
Property Description
@property (nonatomic,readonly) double dilution The dilution of the location.
@property (nonatomic,readonly) double latitude The latitude of the location.
@property (nonatomic,readonly) CLLocation * location This location object as an auto release CLLocation object.
@property (nonatomic,readonly) double longitude The longitude of the location.
@property (nonatomic,readonly) NSInteger satellites The number of satellites used in the reading of the location.
@property (nonatomic,readonly) BOOL valid A Boolean value representing whether the location object is valid.

Usage

It provides utility constructors to ease working with CLLocation objects as well as to get this object as a CLLocation object.