Instance Methods | |
| (void) | - showRouteViewAll:animated: |
| (void) | - selectRouteAtIndex: |
| (void) | - viewWillAppear: |
| (void) | - viewWillDisAppear: |
| (void) | - startUpdateLocation |
| (void) | - stopUpdateLocation |
| (BNCarRouteModel *) | - getCurrentCarRouteData |
| (void) | - destory |
Properties | |
| id< BNDriveRouteManagerDelegate > | delegate |
| - (void) destory |
销毁BNDriveRouteManager相关资源
| - (void) selectRouteAtIndex: | (NSUInteger) | routeIndex |
选中路线,调用该接口后,同时会高亮该路线
| routeIndex | 路线序号(从0开始) |
| - (void) showRouteViewAll: | (BNMargin) | margin | |
| animated: | (BOOL) | animated | |
全览路线
| margin | 需要显示的路线范围的margin |
| animated | 全览是否需要动画 |
| - (void) viewWillAppear: | (UIView *) | parentView |
驾车路线页即将显示,在viewWillAppear中调用
| parentView | mapView的父view |
| - (void) viewWillDisAppear: | (UIView *) | parentView |
驾车路线页即将消失,在viewWillDisAppear中调用
| parentView | mapView的父view |
|
readwritenonatomicweak |
路线结果页面相关事件回调的delegate
1.8.8