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

All Superinterfaces:
JSFlyweightWrapper

public interface CopyrightCollectionImpl
extends JSFlyweightWrapper

Wraps the GCopyrightCollection using JSIO.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.maps.jsio.client.JSFlyweightWrapper
JSFlyweightWrapper.Util
 
Field Summary
static CopyrightCollectionImpl impl
           
 
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)
           
 

Field Detail

impl

static final CopyrightCollectionImpl impl
Method Detail

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)