|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.mvc.MVCObject<TransitLayer>
com.google.gwt.maps.client.layers.TransitLayer
public class TransitLayer
A transit layer. This class extends MVCObject.
See TransitLayer API Doc
Constructor Summary | |
---|---|
protected |
TransitLayer()
use newInstance(); |
Method Summary | |
---|---|
MapWidget |
getMap()
Get the map on which the layer is being rendered. |
static TransitLayer |
newInstance()
creates a traffic layer |
void |
setMap(MapWidget mapWidget)
Renders the layer on the specified map. |
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 |
---|
protected TransitLayer()
Method Detail |
---|
public static final TransitLayer newInstance()
public final void setMap(MapWidget mapWidget)
mapWidget
- public final MapWidget getMap()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |