8 #import <Foundation/Foundation.h> 9 #import <CoreLocation/CoreLocation.h> 19 @property (nonatomic, strong) NSString *ak;
21 @property (nonatomic, strong) NSString *sn;
23 @property (nonatomic, assign)
int geoTableId;
38 @property (nonatomic, strong) NSString *keyword;
40 @property (nonatomic, strong) NSString *tags;
50 @property (nonatomic, strong) NSString *sortby;
59 @property (nonatomic, strong) NSString *filter;
63 @property (nonatomic, assign) NSInteger pageIndex;
65 @property (nonatomic, assign) NSInteger pageSize;
74 @property (nonatomic, strong) NSString *region;
83 @property (nonatomic, strong) NSString *location;
85 @property (nonatomic, assign)
int radius;
93 @property (nonatomic, strong) NSString *bounds;
101 @property (nonatomic, strong) NSString *uid;
云RGC检索参数信息类
Definition: BMKCloudSearchInfo.h:105
云检索基础信息类,所有类型云检索的基类
Definition: BMKCloudSearchInfo.h:12
CLLocationCoordinate2D reverseGeoPoint
经纬度
Definition: BMKCloudSearchInfo.h:110
本地云检索参数信息类
Definition: BMKCloudSearchInfo.h:70
矩形云检索参数信息类
Definition: BMKCloudSearchInfo.h:89
本地,周边,矩形云检索基础信息类
Definition: BMKCloudSearchInfo.h:28
详情云检索参数信息类
Definition: BMKCloudSearchInfo.h:97
周边云检索参数信息类
Definition: BMKCloudSearchInfo.h:78
NSInteger geoTableId
geo table 表主键(必须)
Definition: BMKCloudSearchInfo.h:108