com.google.gwt.maps.client.weatherlib
Class WeatherLayer
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.mvc.MVCObject<WeatherLayer>
com.google.gwt.maps.client.weatherlib.WeatherLayer
public class WeatherLayer
- extends MVCObject<WeatherLayer>
A layer showing current weather conditions. This class extends MVCObject.
See WeatherLayer API Doc
Constructor Summary |
protected |
WeatherLayer()
use newInstance(); |
Methods inherited from class com.google.gwt.maps.client.mvc.MVCObject |
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll |
WeatherLayer
protected WeatherLayer()
- use newInstance();
newInstance
public static final WeatherLayer newInstance(WeatherLayerOptions options)
- A layer that displays graphics showing current weather conditions.
- Parameters:
options
- WeatherLayerOptions
configuration for layer (units,
style, behaviors)
- Returns:
- WeatherLayer object
setMap
public final void setMap(MapWidget mapWidget)
getMap
public final MapWidget getMap()
Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.