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, setZindex
setCustomOption, setCustomOption, setCustomOption, setCustomOption
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListener
public 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)