Follow us on GitHub

com.google.gwt.maps.client.weatherlib
Class WeatherLayer

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.mvc.MVCObject<WeatherLayer>
          extended by 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();
 
Method Summary
 MapWidget getMap()
           
static WeatherLayer newInstance(WeatherLayerOptions options)
          A layer that displays graphics showing current weather conditions.
 void setMap(MapWidget mapWidget)
           
 
Methods inherited from class com.google.gwt.maps.client.mvc.MVCObject
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WeatherLayer

protected WeatherLayer()
use newInstance();

Method Detail

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()


Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.