MBMapkit
|
公有成员 | |
(id) | - initWithDictionary: |
初始化MBBusLineDetailResult对象 | |
属性 | |
NSString * | instructions |
NSUInteger | numPoints |
表示此公交线路的点的数量 | |
NSArray * | path |
表示此公交线路的点的数组 | |
NSArray * | stations |
- (id) initWithDictionary: | (NSDictionary *) | dictionary |
初始化MBBusLineDetailResult对象
dictionary | 包含MBBusLineDetailResult对象内容的数据字典 |
- MBBusLineDetailResult: [read, assign] |
表示此公交线路的点的数组
MBBusStation对象的数组,每个BusStation只包含站点名称,坐标及对应searchString;.