Map Doc  1.0
iOS-引擎SDK-开放平台
MBBusWalkSegment.h
浏览该文件的文档.
1 //
2 // MBBusWalkSegment.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 
15 @property (nonatomic, copy) NSString *desc;
19 @property (nonatomic, assign) NSInteger distance;
23 @property (nonatomic, copy) NSString *direction;
27 @property (nonatomic, assign) NSInteger pointNum;
31 @property (nonatomic, assign) MBPoint *points;
32 @end
Definition: MBBusWalkSegment.h:11
NSString * desc
Definition: MBBusWalkSegment.h:15
NSInteger distance
Definition: MBBusWalkSegment.h:19
NSInteger pointNum
Definition: MBBusWalkSegment.h:27
Definition: MBBusSegmentBase.h:14
NSString * direction
Definition: MBBusWalkSegment.h:23
MBPoint * points
Definition: MBBusWalkSegment.h:31
Definition: MBNaviCoreBase.h:31