|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TileLayerImpl
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 |
|---|
static final TileLayerImpl impl
| Method Detail |
|---|
@Binding
void bind(com.google.gwt.core.client.JavaScriptObject jsoPeer,
TileLayer tileLayer)
@Constructor(value="$wnd.GTileLayer") com.google.gwt.core.client.JavaScriptObject construct()
@Constructor(value="$wnd.GTileLayer")
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||