Map Doc  1.0
iOS-引擎SDK-开放平台
MBGpsSimulator.h
浏览该文件的文档.
1 //
2 // MBGpsSimulator.h
3 // iNaviCore
4 //
5 // Created by delon on 13-7-2.
6 // Copyright (c) 2013年 Mapbar. All rights reserved.
7 //
8 
9 #ifndef DISTRIBUTION
10 
11 #import <Foundation/Foundation.h>
12 
16 @interface MBGpsSimulator : NSObject
22 
28 - (void)setRecordGPS:(BOOL)recordGPS;
29 
35 - (void)setUseSimGPS:(BOOL)useSimGPS;
36 
42 - (NSInteger)getCurMaxSimGPSIndex;
43 
49 - (NSInteger)getCurSimGPSIndex;
50 
56 - (void)setCurSimGPSIndex:(NSInteger)index;
57 
63 - (float)getCurSimGPSSpeed;
64 
70 - (void)setCurSimGPSSpeed:(float)speed;
71 @end
72 
73 #endif
MBGpsSimulator * defaultGpsSimulator()
NSInteger getCurMaxSimGPSIndex()
float getCurSimGPSSpeed()
Definition: MBGpsSimulator.h:16
NSInteger getCurSimGPSIndex()