MBMapkit
|
MBSuggest对象表示建议关键词。 更多...
#import <MBSuggestResult.h>
公有成员 | |
(id) | - initWithDictionary: |
初始化MBSuggest对象 | |
属性 | |
NSUInteger | index |
当前建议关键词的索引 | |
NSString * | city |
关键字对应城市 | |
NSString * | district |
关键字对应区域 | |
NSString * | keyword |
建议关键词 |
MBSuggest对象表示建议关键词。
- (id) initWithDictionary: | (NSDictionary *) | dictionary |
初始化MBSuggest对象
dictionary | 包含MBSuggest对象内容的数据字典 |