9#ifndef BNDriveRouteProtocol_h
10#define BNDriveRouteProtocol_h
17#import <Foundation/Foundation.h>
29@property (nonatomic, weak) id<BNDriveRouteManagerDelegate>
delegate;
37- (void)showRouteViewAll:(
BNMargin)margin animated:(BOOL)animated;
44- (void)selectRouteAtIndex:(NSUInteger)routeIndex;
51- (void)viewWillAppear:(UIView*)parentView;
58- (void)viewWillDisAppear:(UIView*)parentView;
93- (void)onHandleTouchRouteAtIndex:(NSUInteger)routeIndex;
100- (void)onHandleUpdateCurrentCarPositionInfo:(NSDictionary *)positionInfo;
struct BNMargin BNMargin
margin结构体
id< BNDriveRouteManagerDelegate > delegate
路线结果页面相关事件回调的delegate
BNCarRouteModel * getCurrentCarRouteData()
void stopUpdateLocation()
void startUpdateLocation()
void destory()
销毁BNDriveRouteManager相关资源