OpenSDKv5.7.2
构造函数 | 所有成员列表
<BNDriveRouteManagerDelegate>协议 参考

驾车页模块回调 更多...

#import <BNDriveRouteProtocol.h>

类 <BNDriveRouteManagerDelegate> 继承关系图:
Inheritance graph
[图例]
<BNDriveRouteManagerDelegate> 的协作图:
Collaboration graph
[图例]

构造函数

(void) - onHandleTouchRouteAtIndex:
 用户在地图上点击了某条路线(如果需要高亮该路线,要调用selectRouteAtIndex:接口) 更多...
 
(void) - onHandleUpdateCurrentCarPositionInfo:
 回调车点 更多...
 

详细描述

驾车页模块回调

在文件 BNDriveRouteProtocol.h86 行定义.

函数文档

◆ onHandleTouchRouteAtIndex:

- (void) onHandleTouchRouteAtIndex: (NSUInteger)  routeIndex

用户在地图上点击了某条路线(如果需要高亮该路线,要调用selectRouteAtIndex:接口)

参数
routeIndex路线序号(从0开始)

◆ onHandleUpdateCurrentCarPositionInfo:

- (void) onHandleUpdateCurrentCarPositionInfo: (NSDictionary *)  positionInfo

回调车点

参数
positionInfo车点信息

该协议的文档由以下文件生成: