MBMapkit
|
MBPoi对象表示POI对象 更多...
#import <MBPoiResult.h>
公有成员 | |
(id) | - initWithDictionary: |
初始化MBPoiResult对象 | |
属性 | |
NSString * | name |
名称 | |
NSString * | type |
类型 | |
NSString * | address |
地址 | |
NSString * | phoneNumber |
电话号码 | |
NSString * | detail |
详细 | |
CLLocationCoordinate2D | coordinate |
加密经纬度字符串 | |
NSString * | searchString |
更多 //&tp=3&q=MAPBHVQACMTPYIZWLNX&ct= | |
double | distance |
距离 | |
NSString * | orientation |
方位 | |
float | rating |
评分 | |
NSUInteger | numComments |
评论条数 | |
NSString * | nid |
兴趣点的nid |
MBPoi对象表示POI对象
- (id) initWithDictionary: | (NSDictionary *) | dictionary |
初始化MBPoiResult对象
dictionary | 包含MBPoiResult对象内容的数据字典 |
- MBPoi: [read, assign] |
评分