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

All Superinterfaces:
JSFlyweightWrapper

public interface TileLayerImpl
extends JSFlyweightWrapper

Wrapper for the GTileLayer object from 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 TileLayerImpl impl
           
 
Method Summary
 void bind(com.google.gwt.core.client.JavaScriptObject jsoPeer, TileLayer tileLayer)
           
 com.google.gwt.core.client.JavaScriptObject construct()
           
 com.google.gwt.core.client.JavaScriptObject construct(CopyrightCollection copyrights, int minResolution, int maxResolution)
           
 double getOpacity(TileLayer jsoPeer)
           
 java.lang.String getTileUrl(TileLayer jsoPeer, Point tile, int zoomLevel)
           
 boolean isPng(TileLayer jsoPeer)
           
 int maxResolution(TileLayer jsoPeer)
           
 int minResolution(TileLayer jsoPeer)
           
 

Field Detail

impl

static final TileLayerImpl impl
Method Detail

bind

@Binding
void bind(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                  TileLayer tileLayer)

construct

@Constructor(value="$wnd.GTileLayer")
com.google.gwt.core.client.JavaScriptObject construct()

construct

@Constructor(value="$wnd.GTileLayer")
com.google.gwt.core.client.JavaScriptObject construct(CopyrightCollection copyrights,
                                                                       int minResolution,
                                                                       int maxResolution)

getOpacity

double getOpacity(TileLayer jsoPeer)

getTileUrl

java.lang.String getTileUrl(TileLayer jsoPeer,
                            Point tile,
                            int zoomLevel)

isPng

boolean isPng(TileLayer jsoPeer)

maxResolution

int maxResolution(TileLayer jsoPeer)

minResolution

int minResolution(TileLayer jsoPeer)