BNDriveRouteManagerDelegate Protocol Reference

Conforms to NSObject
Declared in BNDriveRouteProtocol.h

– onHandleTouchRouteAtIndex: required method

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

- (void)onHandleTouchRouteAtIndex:(NSUInteger)routeIndex

Parameters

routeIndex

路线序号(从0开始)

Discussion

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

Declared In

BNDriveRouteProtocol.h

– onHandleUpdateCurrentCarPositionInfo: required method

回调车点

- (void)onHandleUpdateCurrentCarPositionInfo:(NSDictionary *)positionInfo

Parameters

positionInfo

车点信息

Discussion

回调车点

Declared In

BNDriveRouteProtocol.h