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.
impl
static final TileLayerImpl impl
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)