9 #import <CoreLocation/CoreLocation.h> 10 #import <Foundation/Foundation.h> 12 BMKInvalidCoordinate = -1,
13 BMKCarTrafficFIRST = 60,
23 BMKTypeAreaPoiList = 21,
24 BMKTypeAreaMultiPoiList = 45
34 @property (nonatomic, strong) NSString* city;
36 @property (nonatomic)
int num;
51 CLLocationCoordinate2D
_pt;
54 @property (nonatomic, strong) NSString* name;
56 @property (nonatomic, strong) NSString* uid;
58 @property (nonatomic, strong) NSString* address;
60 @property (nonatomic, strong) NSString* city;
62 @property (nonatomic, strong) NSString* phone;
64 @property (nonatomic, strong) NSString* postcode;
66 @property (nonatomic)
int epoitype;
68 @property (nonatomic) CLLocationCoordinate2D pt;
70 @property (nonatomic, assign) BOOL panoFlag;
77 @property (nonatomic, strong) NSString*
name;
79 @property (nonatomic, strong) NSString*
address;
81 @property (nonatomic, assign) CLLocationCoordinate2D
pt;
98 @property (nonatomic)
int totalPoiNum;
100 @property (nonatomic)
int currPoiNum;
102 @property (nonatomic)
int pageNum;
104 @property (nonatomic)
int pageIndex;
106 @property (nonatomic, strong) NSArray* poiInfoList;
108 @property (nonatomic, strong) NSArray* cityList;
111 @property (nonatomic, assign) BOOL isHavePoiAddressInfoList;
113 @property (nonatomic, strong) NSArray* poiAddressInfoList;
120 CLLocationCoordinate2D _pt;
125 NSString* _detailUrl;
128 double _overallRating;
130 double _serviceRating;
131 double _environmentRating;
132 double _facilityRating;
133 double _hygieneRating;
134 double _technologyRating;
140 NSString* _shopHours;
143 @property (nonatomic, strong) NSString*
name;
145 @property (nonatomic, strong) NSString*
address;
147 @property (nonatomic, strong) NSString* phone;
149 @property (nonatomic, strong) NSString* uid;
151 @property (nonatomic, strong) NSString* tag;
153 @property (nonatomic, strong) NSString* detailUrl;
155 @property (nonatomic, strong) NSString* type;
157 @property (nonatomic) CLLocationCoordinate2D
pt;
159 @property (nonatomic)
double price;
161 @property (nonatomic)
double overallRating;
163 @property (nonatomic)
double tasteRating;
165 @property (nonatomic)
double serviceRating;
167 @property (nonatomic)
double environmentRating;
169 @property (nonatomic)
double facilityRating;
171 @property (nonatomic)
double hygieneRating;
173 @property (nonatomic)
double technologyRating;
175 @property (nonatomic)
int imageNum;
177 @property (nonatomic)
int grouponNum;
179 @property (nonatomic)
int commentNum;
181 @property (nonatomic)
int favoriteNum;
183 @property (nonatomic)
int checkInNum;
185 @property (nonatomic, strong) NSString* shopHours;
192 @property (nonatomic, strong) NSString*
name;
194 @property (nonatomic, strong) NSString* uid;
196 @property (nonatomic, strong) NSString* indoorId;
198 @property (nonatomic, strong) NSString* floor;
200 @property (nonatomic, strong) NSString*
address;
202 @property (nonatomic, strong) NSString* city;
204 @property (nonatomic, strong) NSString* phone;
206 @property (nonatomic) CLLocationCoordinate2D
pt;
208 @property (nonatomic, strong) NSString* tag;
210 @property (nonatomic, assign)
double price;
212 @property (nonatomic, assign) NSInteger starLevel;
214 @property (nonatomic, assign) BOOL grouponFlag;
216 @property (nonatomic, assign) BOOL takeoutFlag;
218 @property (nonatomic, assign) BOOL waitedFlag;
220 @property (nonatomic, assign) NSInteger grouponNum;
228 @property (nonatomic, assign) NSInteger totalPoiNum;
230 @property (nonatomic, assign) NSInteger currPoiNum;
232 @property (nonatomic, assign) NSInteger pageNum;
234 @property (nonatomic)
int pageIndex;
236 @property (nonatomic, strong) NSArray* poiIndoorInfoList;
NSString * name
名称
Definition: BMKPoiSearchType.h:77
NSString * _phone
POI电话号码
Definition: BMKPoiSearchType.h:48
POI信息类
Definition: BMKPoiSearchType.h:42
int _totalPoiNum
本次POI搜索的总结果数
Definition: BMKPoiSearchType.h:89
CLLocationCoordinate2D _pt
POI坐标
Definition: BMKPoiSearchType.h:51
poi详情检索结果类
Definition: BMKPoiSearchType.h:118
int _pageNum
本次POI搜索的总页数
Definition: BMKPoiSearchType.h:91
NSString * _address
POI地址
Definition: BMKPoiSearchType.h:46
NSString * _city
POI所在城市
Definition: BMKPoiSearchType.h:47
int _pageIndex
当前页的索引
Definition: BMKPoiSearchType.h:92
NSString * address
地址
Definition: BMKPoiSearchType.h:79
NSString * _name
POI名称
Definition: BMKPoiSearchType.h:44
POI门址信息类
Definition: BMKPoiSearchType.h:74
NSArray * _cityList
城市列表,成员是BMKCityListInfo
Definition: BMKPoiSearchType.h:95
城市列表信息类
Definition: BMKPoiSearchType.h:28
NSString * _postcode
POI邮编
Definition: BMKPoiSearchType.h:49
NSArray * _poiInfoList
POI列表,成员是BMKPoiInfo
Definition: BMKPoiSearchType.h:94
CLLocationCoordinate2D pt
坐标
Definition: BMKPoiSearchType.h:81
POI室内搜索结果类
Definition: BMKPoiSearchType.h:225
POI搜索结果类
Definition: BMKPoiSearchType.h:87
室内POI信息类
Definition: BMKPoiSearchType.h:189
int _epoitype
POI类型,0:普通点 1:公交站 2:公交线路 3:地铁站 4:地铁线路
Definition: BMKPoiSearchType.h:50
int _currPoiNum
当前页的POI结果数
Definition: BMKPoiSearchType.h:90