com.google.gwt.maps.client.impl
Interface GroundOverlayImpl

All Superinterfaces:
JSFlyweightWrapper

public interface GroundOverlayImpl
extends JSFlyweightWrapper

Creates a binding to the GGroundOverlay class in the Maps API.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.maps.jsio.client.JSFlyweightWrapper
JSFlyweightWrapper.Util
 
Field Summary
static GroundOverlayImpl impl
           
 
Method Summary
 com.google.gwt.core.client.JavaScriptObject construct(java.lang.String imageUrl, LatLngBounds bounds)
           
 void hide(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 boolean isHidden(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 void show(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 

Field Detail

impl

static final GroundOverlayImpl impl
Method Detail

construct

@Constructor(value="$wnd.GGroundOverlay")
com.google.gwt.core.client.JavaScriptObject construct(java.lang.String imageUrl,
                                                                       LatLngBounds bounds)

hide

void hide(com.google.gwt.core.client.JavaScriptObject jsoPeer)

isHidden

boolean isHidden(com.google.gwt.core.client.JavaScriptObject jsoPeer)

show

void show(com.google.gwt.core.client.JavaScriptObject jsoPeer)