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;
48 NSMutableDictionary *_customDict;
56 @property (nonatomic, assign)
int uid __deprecated_msg(
"自4.4.0开始废弃");
58 @property (nonatomic, strong) NSString *poiId;
60 @property (nonatomic, assign)
int geotableId;
62 @property (nonatomic, strong) NSString *title;
64 @property (nonatomic, strong) NSString *address;
66 @property (nonatomic, strong) NSString *province;
68 @property (nonatomic, strong) NSString *city;
70 @property (nonatomic, strong) NSString *district;
72 @property (nonatomic, assign)
double latitude;
74 @property (nonatomic, assign)
double longitude;
76 @property (nonatomic, strong) NSString *tags;
78 @property (nonatomic, assign)
float distance;
80 @property (nonatomic, assign)
float weight;
82 @property (nonatomic, strong) NSMutableDictionary *customDict;
84 @property (nonatomic, assign)
int creattime;
86 @property (nonatomic, assign)
int modifytime;
88 @property (nonatomic, assign)
int type;
90 @property (nonatomic, strong) NSString *direction;
97 @property (nonatomic, strong) NSString *
name;
99 @property (nonatomic, strong) NSString *
uid;
101 @property (nonatomic, assign) CLLocationCoordinate2D
pt;
103 @property (nonatomic, strong) NSString *
address;
105 @property (nonatomic, strong) NSString *
tags;
118 @property (nonatomic, strong) NSString*
address;
120 @property (nonatomic) CLLocationCoordinate2D location;
122 @property (nonatomic, strong) NSString* customLocationDescription;
124 @property (nonatomic, strong) NSString* recommendedLocationDescription;
126 @property (nonatomic, strong) NSArray* poiList;
128 @property (nonatomic, strong) NSArray* customPoiList;
NSString * uid
poi uid
Definition: BMKCloudPOIList.h:99
云检索结果列表类
Definition: BMKCloudPOIList.h:11
云检索结果百度地图POI信息类
Definition: BMKCloudPOIList.h:94
云检索结果信息类
Definition: BMKCloudPOIList.h:34
云RGC检索结果类
Definition: BMKCloudPOIList.h:113
NSString * direction
处于位置点的方向
Definition: BMKCloudPOIList.h:109
此类表示地址结果的层次化信息
Definition: BMKTypes.h:315
NSString * address
poi地址
Definition: BMKCloudPOIList.h:103
NSString * tags
poi标签
Definition: BMKCloudPOIList.h:105
CGFloat distance
poi距离
Definition: BMKCloudPOIList.h:107
CLLocationCoordinate2D pt
POI坐标
Definition: BMKCloudPOIList.h:101
NSString * name
poi名称
Definition: BMKCloudPOIList.h:97