26 - (void)setOrigionOrientation:(
short)ori;
42 @property (nonatomic, assign) BOOL
useTmc;
62 - (void)setRule:(MBRouteRule)rule;
75 - (void)setAvoidRoadType:(MBAvoidRoadType)avoidRoadType;
103 - (void)setDestination:(NSInteger)index favorite:(
MBPoiFavorite *)fav;
111 - (void)insertDestination:(NSInteger)index favorite:(
MBPoiFavorite *)fav;
124 - (void)removeDestination:(NSInteger)index;
141 - (void)swapDestinations:(NSInteger)index1 index2:(NSInteger)index2;
168 - (BOOL)save:(NSString *)fileName;
174 - (void)load:(NSString *)fileName;
205 - (BOOL)setWayPoint:(NSInteger)index favorite:(
MBPoiFavorite *)fav;
221 - (BOOL)removeWayPoint:(NSInteger)index;
MBAvoidRoadType getAvoidRoadType()
NSInteger getPointCount()
short getOrigionOrientation()
BOOL useTmc
Definition: MBRoutePlan.h:42
Definition: MBRoutePlan.h:17
NSInteger getWayPointNumber()
MBPoiFavorite * endFav
Definition: MBRoutePlan.h:19
MBRoutePlanErrorCode
Definition: MBNaviBaseTypes.h:214
MBPoiFavorite * startFav
Definition: MBRoutePlan.h:18
void updateStartPointByGps()
兴趣点( Poi )实体类
Definition: MBPoiFavorite.h:13
Definition: MBObject.h:16
NSArray * destinationPoiObjects
Definition: MBRoutePlan.h:37