MBMapkit
|
MBSuggest对象表示路线建议关键词。 更多...
#import <MBRouteSuggestResult.h>
公有成员 | |
(id) | - initWithDictionary: |
初始化MBRouteSuggest对象 | |
属性 | |
NSString * | address |
地址 | |
CLLocationCoordinate2D | coordinate |
加密经纬度字符串 | |
double | distance |
距离相对搜索中心 | |
NSString * | searchString |
更多 //&tp=3&q=MAPBHVQACMTPYIZWLNX&ct= | |
NSString * | name |
名称 | |
NSString * | orientation |
方向 | |
BOOL | isStation |
是否为车站 | |
NSString * | type |
类型 |
MBSuggest对象表示路线建议关键词。
- (id) initWithDictionary: | (NSDictionary *) | dictionary |
初始化MBRouteSuggest对象
dictionary | 包含MBRouteSuggest对象内容的数据字典 |