SMPDataAPILocationProtocol protocol

SMPDataAPILocationProtocol Protocol - Defines a interface that all location objects must adhere to.

Syntax

@protocol SMPDataAPILocationProtocol

Derived classes

Members

All members of SMPDataAPILocationProtocol, 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.