Map Doc  1.0
iOS-引擎SDK-开放平台
MBBusSegment.h
浏览该文件的文档.
1 //
2 // MBBusSegment.h
3 // iNaviCore
4 //
5 // Created by fanyl on 14-6-4.
6 // Copyright (c) 2014年 Mapbar. All rights reserved.
7 //
8 
9 #import "MBBusSegmentBase.h"
10 
18 @property (nonatomic, copy) NSString *lineName;
19 
23 @property (nonatomic, assign) NSInteger duration;
24 
28 @property (nonatomic, copy) NSArray *stationIds;
29 
33 @property (nonatomic, copy) NSArray *stationNames;
34 
38 @property (nonatomic, assign) NSInteger pointNum;
39 
43 @property (nonatomic, assign) MBPoint *points;
44 @end
NSString * lineName
Definition: MBBusSegment.h:18
Definition: MBBusSegmentBase.h:14
NSArray * stationNames
Definition: MBBusSegment.h:33
Definition: MBBusSegment.h:14
MBPoint * points
Definition: MBBusSegment.h:43
NSInteger duration
Definition: MBBusSegment.h:23
NSInteger pointNum
Definition: MBBusSegment.h:38
Definition: MBNaviCoreBase.h:31
NSArray * stationIds
Definition: MBBusSegment.h:28