Package | Description |
---|---|
com.baidu.mapapi.search.weather |
天气查询
|
Modifier and Type | Method and Description |
---|---|
java.util.List<WeatherSearchForecasts> |
WeatherResult.getForecasts()
获取未来若干天天预报数据
|
Modifier and Type | Method and Description |
---|---|
void |
WeatherResult.setForecasts(java.util.List<WeatherSearchForecasts> mForecasts)
设置未来若干天天预报数据
|