public class TileLayerOptions extends GridLayerOptions
| Modifier | Constructor and Description |
|---|---|
protected |
TileLayerOptions() |
| Modifier and Type | Method and Description |
|---|---|
static TileLayerOptions |
create() |
void |
setDetectRetina(boolean detect) |
void |
setMaxZoom(int maxZoom) |
void |
setMinZoom(int minZoom) |
void |
setSubDomains(com.google.gwt.core.client.JsArrayString subdomains) |
void |
setSubDomains(java.lang.String... subDomains) |
void |
setTms(boolean tms) |
setAttribution, setBounds, setMaxNativeZoom, setMinNativeZoom, setNoWrap, setOpacity, setTileSize, setZindexsetCustomOption, setCustomOption, setCustomOption, setCustomOptionaddClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListenerpublic static TileLayerOptions create()
public final void setDetectRetina(boolean detect)
public final void setSubDomains(java.lang.String... subDomains)
public final void setSubDomains(com.google.gwt.core.client.JsArrayString subdomains)
public final void setMinZoom(int minZoom)
public final void setMaxZoom(int maxZoom)
public final void setTms(boolean tms)