Instance Methods | |
| (void) | - onHandleTouchRouteAtIndex: |
| (void) | - onHandleUpdateCurrentCarPositionInfo: |
| - (void) onHandleTouchRouteAtIndex: | (NSUInteger) | routeIndex |
用户在地图上点击了某条路线(如果需要高亮该路线,要调用selectRouteAtIndex:接口)
| routeIndex | 路线序号(从0开始) |
| - (void) onHandleUpdateCurrentCarPositionInfo: | (NSDictionary *) | positionInfo |
回调车点
| positionInfo | 车点信息 |
1.8.8