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.
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)
|
impl
static final GroundOverlayImpl impl
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)