Map Doc  1.0
iOS-引擎SDK-开放平台
MBLocationSimulator.h
浏览该文件的文档.
1 //
2 // MBLocationSimulator.h
3 // iNaviCore
4 //
5 // Created by fanyunlong on 2016/12/27.
6 // Copyright © 2016年 Mapbar. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @interface MBLocationSimulator : NSObject
12 + (BOOL)simulatoerStart:(NSString *)filename;
13 + (BOOL)simulatoerStartAtLineNumber:(NSInteger)line file:(NSString *)filename;
14 + (BOOL)simulatoerStartTime:(NSInteger)startTime endTime:(NSInteger)endTime file:(NSString *)filename;
15 + (void)simulatoerStop;
16 + (void)simulatoerPause;
17 + (void)simulatoerResume;
18 + (void)simulatoerSetSpeed:(NSInteger)speed;
19 + (NSInteger)simulatoerGetSpeed;
21 @end
NSInteger simulatoerGetSpeed()
Definition: MBLocationSimulator.h:11