9 #ifndef BNDriveRouteProtocol_h
10 #define BNDriveRouteProtocol_h
13 CGFloat top, left, bottom, right;
16 #import <Foundation/Foundation.h>
26 @property (nonatomic, weak) id<BNDriveRouteManagerDelegate>
delegate;
34 - (void)showRouteViewAll:(
BNMargin)margin animated:(BOOL)animated;
41 - (void)selectRouteAtIndex:(NSUInteger)routeIndex;
48 - (void)viewWillAppear:(UIView*)parentView;
55 - (void)viewWillDisAppear:(UIView*)parentView;
60 - (void)startUpdateLocation;
65 - (void)stopUpdateLocation;
88 - (void)onHandleTouchRouteAtIndex:(NSUInteger)routeIndex;
95 - (void)onHandleUpdateCurrentCarPositionInfo:(NSDictionary *)positionInfo;
Definition: BNDriveRouteProtocol.h:12
Definition: BNCarRouteData.h:20
Definition: BNDriveRouteProtocol.h:21
Definition: BNDriveRouteProtocol.h:81
id< BNDriveRouteManagerDelegate > delegate
Definition: BNDriveRouteProtocol.h:26