FMKSimulateNavigation Class Reference

Inherits from FMKNavigation : NSObject
Declared in FMKSimulateNavigation.h

Overview

模拟导航类 该类可以演示路径规划后的模拟导航效果,导航过程中实时计算剩余路长、路线角度、实时坐标、路段信息等信息

– simulateWithSpeed:

模拟导航方法 必须在路径规划及画线后才能调用该方法

- (void)simulateWithSpeed:(float)speed

Parameters

speed

模拟导航的速度值

Declared In

FMKSimulateNavigation.h

– stop

停止模拟导航 该方法会清空所有导航过程中产生的中间值

- (void)stop

Declared In

FMKSimulateNavigation.h

– pause

暂停模拟导航过程 调用该方法后若要继续开始导航必须调用恢复方法

- (void)pause

Declared In

FMKSimulateNavigation.h

– resume

从暂停状态到恢复模拟导航过程

- (void)resume

Declared In

FMKSimulateNavigation.h