com.google.gwt.maps.client.impl
Interface CopyrightCollectionImpl
- All Superinterfaces:
- JSFlyweightWrapper
public interface CopyrightCollectionImpl
- extends JSFlyweightWrapper
Wraps the GCopyrightCollection using JSIO.
Method Summary |
void |
addCopyright(com.google.gwt.core.client.JavaScriptObject jsoPeer,
Copyright copyright)
|
com.google.gwt.core.client.JavaScriptObject |
construct()
|
com.google.gwt.core.client.JavaScriptObject |
construct(java.lang.String prefix)
|
com.google.gwt.core.client.JavaScriptObject |
getCopyrightNotice(com.google.gwt.core.client.JavaScriptObject jsoPeer,
LatLngBounds bounds,
int zoomLevel)
|
JSList<java.lang.String> |
getCopyrights(com.google.gwt.core.client.JavaScriptObject jsoPeer,
LatLngBounds bounds,
int zoomLevel)
|
impl
static final CopyrightCollectionImpl impl
addCopyright
void addCopyright(com.google.gwt.core.client.JavaScriptObject jsoPeer,
Copyright copyright)
construct
@Constructor(value="$wnd.GCopyrightCollection")
com.google.gwt.core.client.JavaScriptObject construct()
construct
@Constructor(value="$wnd.GCopyrightCollection")
com.google.gwt.core.client.JavaScriptObject construct(java.lang.String prefix)
getCopyrightNotice
com.google.gwt.core.client.JavaScriptObject getCopyrightNotice(com.google.gwt.core.client.JavaScriptObject jsoPeer,
LatLngBounds bounds,
int zoomLevel)
getCopyrights
JSList<java.lang.String> getCopyrights(com.google.gwt.core.client.JavaScriptObject jsoPeer,
LatLngBounds bounds,
int zoomLevel)