Uses of Class
com.google.gwt.maps.client.weatherlib.WeatherForecast

Packages that use WeatherForecast
com.google.gwt.maps.client.weatherlib   
 

Uses of WeatherForecast in com.google.gwt.maps.client.weatherlib
 

Methods in com.google.gwt.maps.client.weatherlib that return WeatherForecast
static WeatherForecast WeatherForecast.newInstance()
          creates - Describes a single day's weather forecast.
 

Methods in com.google.gwt.maps.client.weatherlib that return types with arguments of type WeatherForecast
 JsArray<WeatherForecast> WeatherFeature.getForecast()
          Gets the forecast of weather conditions over the next four days.
 

Method parameters in com.google.gwt.maps.client.weatherlib with type arguments of type WeatherForecast
 void WeatherFeature.setForecast(JsArray<WeatherForecast> forecast)
          Sets the forecast of weather conditions over the next four days.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.