|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.mapitz.gwt.googleMaps.client.GTileLayer
public abstract class GTileLayer
You implement this interface in order to provide custom map tile layers. Your implementation of this interface should use an instance of GTileLayer as a prototype, because this implements the copyright handling for you.
| Constructor Summary | |
|---|---|
GTileLayer(int opaque)
|
|
| Method Summary | |
|---|---|
static GTileLayer |
create(GCopyrightCollection copyrights,
int minResolution,
int maxResolution)
GTileLayer(copyrights, minResolution, maxResolution) Constructor arguments can be omitted if instantiated as a prototype. |
double |
getOpacity()
getOpacity() Number Abstract. |
java.lang.String |
getTileUrl(GPoint tile,
int zoom)
getTileUrl(tile, zoom) String Abstract. |
boolean |
isPng()
isPng() Boolean Abstract. |
int |
maxResolution()
maxResolution() Number Returns to the map type the highest zoom level of this tile layer. |
int |
minResolution()
minResolution() Number Returns to the map type the lowest zoom level of this tile layer. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GTileLayer(int opaque)
| Method Detail |
|---|
public static GTileLayer create(GCopyrightCollection copyrights,
int minResolution,
int maxResolution)
public int minResolution()
public int maxResolution()
public java.lang.String getTileUrl(GPoint tile,
int zoom)
public boolean isPng()
public double getOpacity()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||