FMKSimulateNavigation Class Reference
Inherits from | FMKNavigation : NSObject |
---|---|
Declared in | FMKSimulateNavigation.h FMKSimulateNavigation.mm |
– simulateWithSpeed:
模拟导航方法 必须在路径规划及画线后才能调用该方法
- (void)simulateWithSpeed:(float)speed
Parameters
speed |
模拟导航的速度值 |
---|
Discussion
模拟导航方法 必须在路径规划及画线后才能调用该方法
Declared In
FMKSimulateNavigation.h
– stop
停止模拟导航 该方法会清空所有导航过程中产生的中间值
- (void)stop
Discussion
停止模拟导航 该方法会清空所有导航过程中产生的中间值
Declared In
FMKSimulateNavigation.h
– pause
暂停模拟导航过程 调用该方法后若要继续开始导航必须调用恢复方法
- (void)pause
Discussion
暂停模拟导航过程 调用该方法后若要继续开始导航必须调用恢复方法
Declared In
FMKSimulateNavigation.h
– resume
从暂停状态到恢复模拟导航过程
- (void)resume
Discussion
从暂停状态到恢复模拟导航过程
Declared In
FMKSimulateNavigation.h