12NS_ASSUME_NONNULL_BEGIN
 
   14@protocol BMKBuildingSearchDelegate;
 
   19@property (nonatomic, weak) id<BMKBuildingSearchDelegate> 
delegate;
 
   29@protocol BMKBuildingSearchDelegate<NSObject>
 
BMKSearchErrorCode
检索结果状态码
Definition BMKTypes.h:132
建筑物检索类,建筑物检索为高级服务,AK需要申请高级权限 since 6.4.0
Definition BMKBuildingSearch.h:17
id< BMKBuildingSearchDelegate > delegate
建筑检索模块的delegate
Definition BMKBuildingSearch.h:19
建筑物请求信息类
Definition BMKBuildingSearchOption.h:15
建筑物返回结果类
Definition BMKBuildingSearchResult.h:15
检索服务基类
Definition BMKSearchBase.h:14