Map Doc  1.0
iOS-引擎SDK-开放平台
MBGpsInfo.h
浏览该文件的文档.
1 //
2 // MBGpsInfo.h
3 // iNaviCore
4 //
5 // Created by fanwei on 4/1/13.
6 // Copyright (c) 2013 Mapbar. All rights reserved.
7 //
8 
9 #import "MBObject.h"
10 
14 @interface MBGpsInfo : MBObject
18 @property (nonatomic, assign) BOOL valid;
19 
23 @property (nonatomic, assign) MBDateTime dateTime;
24 
28 @property (nonatomic, assign) MBPoint pos;
29 
33 @property (nonatomic, assign) NSInteger altitude;
34 
38 @property (nonatomic, assign) NSInteger ori;
39 
43 @property (nonatomic, assign) NSInteger speed;
44 
48 @property (nonatomic, assign) float fSpeed;
49 
53 @property (nonatomic, copy) NSString *latString;
54 
58 @property (nonatomic, copy) NSString *lonString;
59 
63 @property (nonatomic, assign) BOOL quality3D;
64 
68 @property (nonatomic, assign) NSInteger hdop;
69 
73 @property (nonatomic, assign) NSInteger pdop;
74 
78 @property (nonatomic, assign) NSInteger vdop;
79 
83 @property (nonatomic, assign) NSInteger satInViewNum;
84 
88 @property (nonatomic, assign) NSInteger satNum;
89 
93 @property (nonatomic, strong) NSMutableArray *satellites;
94 
98 @property (nonatomic, assign) NSInteger stamp;
99 
103 @property (nonatomic, assign) NSInteger angle;
104 @end
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