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

All Superinterfaces:
JSFlyweightWrapper

@BeanProperties
public interface CopyrightImpl
extends JSFlyweightWrapper

Wraps the GCopyright class in the Maps API using JSIO.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.maps.jsio.client.JSFlyweightWrapper
JSFlyweightWrapper.Util
 
Field Summary
static CopyrightImpl impl
           
 
Method Summary
 com.google.gwt.core.client.JavaScriptObject construct(int id, LatLngBounds bounds, int minZoomLevel, java.lang.String text)
           
 LatLngBounds getBounds(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 int getId(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 int getMinZoomLevel(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 java.lang.String getText(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 

Field Detail

impl

static final CopyrightImpl impl
Method Detail

construct

@Constructor(value="$wnd.GCopyright")
com.google.gwt.core.client.JavaScriptObject construct(int id,
                                                                       LatLngBounds bounds,
                                                                       int minZoomLevel,
                                                                       java.lang.String text)

getBounds

LatLngBounds getBounds(com.google.gwt.core.client.JavaScriptObject jsoPeer)

getId

int getId(com.google.gwt.core.client.JavaScriptObject jsoPeer)

getMinZoomLevel

int getMinZoomLevel(com.google.gwt.core.client.JavaScriptObject jsoPeer)

getText

java.lang.String getText(com.google.gwt.core.client.JavaScriptObject jsoPeer)