9#import <Foundation/Foundation.h> 
   11#import <BaiduMapAPI_Base/BMKTypes.h> 
   14NS_ASSUME_NONNULL_BEGIN
 
   15@protocol BMKWeatherSearchDelegate;
 
   20@property (nonatomic, weak) id<BMKWeatherSearchDelegate> 
delegate;
 
   32@protocol BMKWeatherSearchDelegate <NSObject>
 
BMKSearchErrorCode
检索结果状态码
Definition BMKTypes.h:132
检索服务基类
Definition BMKSearchBase.h:14
weather搜索服务
Definition BMKWeatherSearch.h:18
id< BMKWeatherSearchDelegate > delegate
检索模块的Delegate
Definition BMKWeatherSearch.h:20
Definition BMKWeatherSearchOption.h:21
注意:天气服务高级字段,需要申请高级权限 http://lbsyun.baidu.com/apiconsole/fankui#?typeOne=产品需求&typeTwo=高级服务
Definition BMKWeatherSearchResult.h:16