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