8 #import <BaiduMapAPI_Base/BMKTypes.h> 20 @property (nonatomic, assign) NSInteger status;
22 @property (nonatomic, assign) NSInteger total;
24 @property (nonatomic, assign) NSInteger size;
26 @property (nonatomic, assign) NSInteger pageNum;
28 @property (nonatomic, strong) NSArray *POIs;
47 NSMutableDictionary *_customDict;
55 @property (nonatomic, assign)
int uid;
57 @property (nonatomic, assign)
int geotableId;
59 @property (nonatomic, strong) NSString *title;
61 @property (nonatomic, strong) NSString *address;
63 @property (nonatomic, strong) NSString *province;
65 @property (nonatomic, strong) NSString *city;
67 @property (nonatomic, strong) NSString *district;
69 @property (nonatomic, assign)
float latitude;
71 @property (nonatomic, assign)
float longitude;
73 @property (nonatomic, strong) NSString *tags;
75 @property (nonatomic, assign)
float distance;
77 @property (nonatomic, assign)
float weight;
79 @property (nonatomic, strong) NSMutableDictionary *customDict;
81 @property (nonatomic, assign)
int creattime;
83 @property (nonatomic, assign)
int modifytime;
85 @property (nonatomic, assign)
int type;
87 @property (nonatomic, strong) NSString *direction;
94 @property (nonatomic, strong) NSString *
name;
96 @property (nonatomic, strong) NSString *
uid;
98 @property (nonatomic, assign) CLLocationCoordinate2D
pt;
100 @property (nonatomic, strong) NSString *
address;
102 @property (nonatomic, strong) NSString *
tags;
115 @property (nonatomic, strong) NSString*
address;
117 @property (nonatomic) CLLocationCoordinate2D location;
119 @property (nonatomic, strong) NSString* customLocationDescription;
121 @property (nonatomic, strong) NSString* recommendedLocationDescription;
123 @property (nonatomic, strong) NSArray* poiList;
125 @property (nonatomic, strong) NSArray* customPoiList;
NSString * uid
poi uid
Definition: BMKCloudPOIList.h:96
云检索结果列表类
Definition: BMKCloudPOIList.h:11
云检索结果百度地图POI信息类
Definition: BMKCloudPOIList.h:91
云检索结果信息类
Definition: BMKCloudPOIList.h:34
云RGC检索结果类
Definition: BMKCloudPOIList.h:110
NSString * direction
处于位置点的方向
Definition: BMKCloudPOIList.h:106
此类表示地址结果的层次化信息
Definition: BMKTypes.h:167
NSString * address
poi地址
Definition: BMKCloudPOIList.h:100
NSString * tags
poi标签
Definition: BMKCloudPOIList.h:102
CGFloat distance
poi距离
Definition: BMKCloudPOIList.h:104
CLLocationCoordinate2D pt
POI坐标
Definition: BMKCloudPOIList.h:98
NSString * name
poi名称
Definition: BMKCloudPOIList.h:94