OpenSDKv5.7.2
|
驾车页模块回调 更多...
#import <BNDriveRouteProtocol.h>
构造函数 | |
(void) | - onHandleTouchRouteAtIndex: |
用户在地图上点击了某条路线(如果需要高亮该路线,要调用selectRouteAtIndex:接口) 更多... | |
(void) | - onHandleUpdateCurrentCarPositionInfo: |
回调车点 更多... | |
驾车页模块回调
在文件 BNDriveRouteProtocol.h 第 86 行定义.
- (void) onHandleTouchRouteAtIndex: | (NSUInteger) | routeIndex |
用户在地图上点击了某条路线(如果需要高亮该路线,要调用selectRouteAtIndex:接口)
routeIndex | 路线序号(从0开始) |
- (void) onHandleUpdateCurrentCarPositionInfo: | (NSDictionary *) | positionInfo |
回调车点
positionInfo | 车点信息 |