iOS高德地图SDK(搜索)  V9.5.0
AMapWeatherSearchResponse Class Reference

天气查询返回 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapWeatherSearchResponse:
AMapSearchObject

Properties

NSArray< AMapLocalWeatherLive * > * lives
 实时天气数据信息 AMapLocalWeatherLive 数组,仅在请求实时天气时有返回。 More...
 
NSArray< AMapLocalWeatherForecast * > * forecasts
 预报天气数据信息 AMapLocalWeatherForecast 数组,仅在请求预报天气时有返回 More...
 

Additional Inherited Members

- Instance Methods inherited from AMapSearchObject
(NSString *) - formattedDescription
 返回格式化的描述信息。通用数据结构和response类型有效。 More...
 

Detailed Description

天气查询返回

Property Documentation

◆ forecasts

- (NSArray<AMapLocalWeatherForecast *>*) forecasts
readwritenonatomicstrong

预报天气数据信息 AMapLocalWeatherForecast 数组,仅在请求预报天气时有返回

◆ lives

- (NSArray<AMapLocalWeatherLive *>*) lives
readwritenonatomicstrong

实时天气数据信息 AMapLocalWeatherLive 数组,仅在请求实时天气时有返回。


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。