BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
属性 | 所有成员列表
BMKWeatherSearchResult类 参考

注意:天气服务高级字段,需要申请高级权限 http://lbsyun.baidu.com/apiconsole/fankui#?typeOne=产品需求&typeTwo=高级服务 更多...

#include <BMKWeatherSearchResult.h>

类 BMKWeatherSearchResult 继承关系图:

属性

BMKWeatherSearchNowrealTimeWeather
 天气实况数据
 
BMKWeatherSearchLocationlocation
 地理位置信息
 
NSArray< BMKWeatherSearchForecasts * > * forecasts
 未来5天预报数据
 
NSArray< BMKWeatherSearchForecastForHours * > * forecastHours
 未来24小时逐小时预报,高级字段
 
NSArray< BMKWeatherSearchIndexes * > * lifeIndexes
 生活指数数据,高级字段
 
NSArray< BMKWeatherSearchAlerts * > * weatherAlerts
 气象预警数据,高级字段
 

详细描述

注意:天气服务高级字段,需要申请高级权限 http://lbsyun.baidu.com/apiconsole/fankui#?typeOne=产品需求&typeTwo=高级服务

属性说明

◆ forecastHours

- (NSArray<BMKWeatherSearchForecastForHours *>*) forecastHours
readwritenonatomicstrong

未来24小时逐小时预报,高级字段

◆ forecasts

- (NSArray<BMKWeatherSearchForecasts *>*) forecasts
readwritenonatomicstrong

未来5天预报数据

◆ lifeIndexes

- (NSArray<BMKWeatherSearchIndexes *>*) lifeIndexes
readwritenonatomicstrong

生活指数数据,高级字段

◆ location

- (BMKWeatherSearchLocation*) location
readwritenonatomicstrong

地理位置信息

◆ realTimeWeather

- (BMKWeatherSearchNow*) realTimeWeather
readwritenonatomicstrong

天气实况数据

◆ weatherAlerts

- (NSArray<BMKWeatherSearchAlerts *>*) weatherAlerts
readwritenonatomicstrong

气象预警数据,高级字段


该类的文档由以下文件生成: