MBMapkit
公有成员 | 属性
MBTransitStep类参考

MBTransitStep对象表示公交路线结果中存储一条路线中单个路段的信息 更多...

#import <MBTransitResult.h>

继承图,类MBTransitStep
MBStep

所有成员的列表。

公有成员

(id) - initWithDictionary:
 初始化MBTransitStep对象

属性

NSUInteger numStops
 包含此路段的经过的站点数量。
NSUInteger transitType
 包含此路段的交通方式。
NSString * startStation
 包含此路段的上车站点。
NSString * endStation
 包含此路段的下车站点。

详细描述

MBTransitStep对象表示公交路线结果中存储一条路线中单个路段的信息


成员函数文档

- (id) initWithDictionary: (NSDictionary *)  dictionary

初始化MBTransitStep对象

参数:
dictionary包含MBTransitStep对象内容的数据字典

实现了MBStep


该类的文档由以下文件生成:
 全部  函数 变量 属性