程序包 | 说明 |
---|---|
com.amap.api.services.weather |
天气查询包,包含了实况天气和预报天气的详细信息。
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<LocalDayWeatherForecast> |
LocalWeatherForecast.getWeatherForecast()
返回天气预报的数据的数组,数组中的对象为 LocalDayWeatherForecast。
|
限定符和类型 | 方法和说明 |
---|---|
void |
LocalWeatherForecast.setWeatherForecast(java.util.List<LocalDayWeatherForecast> WeatherForecastlist)
设置天气预报的结果。
|