MBMapkit
|
MBTransitStep对象表示公交路线结果中存储一条路线中单个路段的信息 更多...
#import <MBTransitResult.h>
公有成员 | |
(id) | - initWithDictionary: |
初始化MBTransitStep对象 | |
属性 | |
NSUInteger | numStops |
包含此路段的经过的站点数量。 | |
NSUInteger | transitType |
包含此路段的交通方式。 | |
NSString * | startStation |
包含此路段的上车站点。 | |
NSString * | endStation |
包含此路段的下车站点。 |
MBTransitStep对象表示公交路线结果中存储一条路线中单个路段的信息
- (id) initWithDictionary: | (NSDictionary *) | dictionary |