com.google.gwt.maps.client.overlay
Class Layer.LayerJso

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.overlay.Layer.LayerJso
Enclosing class:
Layer

public static class Layer.LayerJso
extends com.google.gwt.core.client.JavaScriptObject

Native methods to access the Glayer object.


Constructor Summary
protected Layer.LayerJso()
           
 
Method Summary
 void hide()
           
 void show()
           
 
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

Layer.LayerJso

protected Layer.LayerJso()
Method Detail

hide

public final void hide()

show

public final void show()