9 #import <Foundation/Foundation.h> 14 MBOnlineRouteCode_fmtError = 0,
15 MBOnlineRouteCode_verError = 1,
17 MBOnlineRouteCode_ok = 100,
18 MBOnlineRouteCode_fail = 101,
19 MBOnlineRouteCode_oriDestFail = 102,
20 MBOnlineRouteCode_sysError = 103,
21 MBOnlineRouteCode_noNeedToReroute = 104,
22 MBOnlineRouteCode_unsupportedRequestVersion = 105,
23 MBOnlineRouteCode_max = 0xffffffff
30 - (instancetype)initWithHandle:(
void *)handle;
31 - (instancetype)initWithJsonStr:(NSString *)jsonStr withPlan:(
MBRoutePlan *)plan andCode:(MBOnlineRouteCode)code;
41 @property (nonatomic, readonly) NSInteger
num;
60 - (void)exchangeRoutesWithIndex:(NSUInteger)idx1 anotherIndex:(NSUInteger)idx2;
Definition: MBRoutePlan.h:17
Definition: MBRouteCollection.h:29
(deprecated("准备废弃此方法" __attribute__()
NSInteger num
Definition: MBRouteCollection.h:41
NSArray * routeBases
Definition: MBRouteCollection.h:36
Definition: MBRouteBase.h:62
typedef NS_OPTIONS(NSUInteger, MBOnlineRouteCode)
Definition: MBRouteCollection.h:13