18 @property (nonatomic, assign) BOOL
valid;
33 @property (nonatomic, assign) NSInteger
altitude;
38 @property (nonatomic, assign) NSInteger
ori;
43 @property (nonatomic, assign) NSInteger
speed;
48 @property (nonatomic, assign)
float fSpeed;
68 @property (nonatomic, assign) NSInteger
hdop;
73 @property (nonatomic, assign) NSInteger
pdop;
78 @property (nonatomic, assign) NSInteger
vdop;
88 @property (nonatomic, assign) NSInteger
satNum;
93 @property (nonatomic, strong) NSMutableArray *
satellites;
98 @property (nonatomic, assign) NSInteger
stamp;
103 @property (nonatomic, assign) NSInteger
angle;
NSInteger pdop
Definition: MBGpsInfo.h:73
NSInteger hdop
Definition: MBGpsInfo.h:68
NSString * latString
Definition: MBGpsInfo.h:53
NSInteger vdop
Definition: MBGpsInfo.h:78
NSMutableArray * satellites
Definition: MBGpsInfo.h:93
NSInteger altitude
Definition: MBGpsInfo.h:33
MBDateTime dateTime
Definition: MBGpsInfo.h:23
NSInteger speed
Definition: MBGpsInfo.h:43
NSString * lonString
Definition: MBGpsInfo.h:58
Definition: MBGpsInfo.h:14
BOOL quality3D
Definition: MBGpsInfo.h:63
NSInteger angle
Definition: MBGpsInfo.h:103
NSInteger satNum
Definition: MBGpsInfo.h:88
NSInteger satInViewNum
Definition: MBGpsInfo.h:83
BOOL valid
Definition: MBGpsInfo.h:18
MBPoint pos
Definition: MBGpsInfo.h:28
Definition: MBObject.h:16
Definition: MBNaviCoreBase.h:87
NSInteger stamp
Definition: MBGpsInfo.h:98
float fSpeed
Definition: MBGpsInfo.h:48
Definition: MBNaviCoreBase.h:31
NSInteger ori
Definition: MBGpsInfo.h:38