MBMapkit
|
MBSuggestResult对象表示建议关键词的结果 更多...
#import <MBSuggestResult.h>
公有成员 | |
(id) | - initWithDictionary: |
初始化MBSuggestResult对象 | |
属性 | |
NSUInteger | count |
建议关键词的数量 | |
NSArray * | suggests |
所有(MBSuggest对象)的数组 |
MBSuggestResult对象表示建议关键词的结果
- (id) initWithDictionary: | (NSDictionary *) | dictionary |
初始化MBSuggestResult对象
dictionary | 包含MBSuggestResult对象内容的数据字典 |