9 #ifndef BMKDistrictSearch_h 10 #define BMKDistrictSearch_h 11 #import <BaiduMapAPI_Base/BMKTypes.h> 12 #import "BMKSearchBase.h" 18 @property (nonatomic, strong) NSString *
city;
20 @property (nonatomic, strong) NSString *
district;
30 @property (nonatomic, assign) NSInteger code;
32 @property (nonatomic, strong) NSString *name;
34 @property (nonatomic, assign) CLLocationCoordinate2D center;
36 @property (nonatomic, strong) NSArray *paths;
47 @property (nonatomic, weak) id<BMKDistrictSearchDelegate> delegate;
行政区域检索信息
Definition: BMKDistrictSearch.h:15
NSString * district
区县名字(可选)
Definition: BMKDistrictSearch.h:20
NSString * city
城市名字(必须)
Definition: BMKDistrictSearch.h:18
搜索delegate,用于获取行政区域搜索结果
Definition: BMKDistrictSearch.h:62
行政区域检索结果
Definition: BMKDistrictSearch.h:27
检索服务基类
Definition: BMKSearchBase.h:13
行政区域搜索服务
Definition: BMKDistrictSearch.h:45