MBMapkit
|
MBDriveStep对象表示驾车路线结果中存储一条路线中单个路段的信息 更多...
#import <MBDriveResult.h>
公有成员 | |
(id) | - initWithDictionary: |
初始化MBDriveStep对象 | |
属性 | |
NSUInteger | msgType |
包含此路段的描述类型。 | |
NSUInteger | turnType |
包含此路段的转弯类型。 | |
NSUInteger | heading |
包含此路段的朝向。 |
MBDriveStep对象表示驾车路线结果中存储一条路线中单个路段的信息
- (id) initWithDictionary: | (NSDictionary *) | dictionary |