public class WeatherLayer extends MVCObject<WeatherLayer>
Modifier | Constructor and Description |
---|---|
protected |
WeatherLayer()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
MapWidget |
getMap() |
static WeatherLayer |
newInstance(WeatherLayerOptions options)
A layer that displays graphics showing current weather conditions.
|
void |
setMap(MapWidget mapWidget) |
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final WeatherLayer newInstance(WeatherLayerOptions options)
options
- WeatherLayerOptions
configuration for layer (units,
style, behaviors)public final void setMap(MapWidget mapWidget)
public final MapWidget getMap()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.