public class GridLayerOptions extends AbstractJsonOptions
Modifier | Constructor and Description |
---|---|
protected |
GridLayerOptions() |
Modifier and Type | Method and Description |
---|---|
static GridLayerOptions |
create() |
void |
setAttribution(java.lang.String attributionString) |
void |
setBounds(LatLngBounds bounds) |
void |
setMaxNativeZoom(int maxNativeZoom) |
void |
setMinNativeZoom(int minNativeZoom) |
void |
setNoWrap(boolean noWrap) |
void |
setOpacity(double opacity) |
void |
setTileSize(int tileSize) |
void |
setZindex(int zIndex) |
setCustomOption, setCustomOption, setCustomOption, setCustomOption
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListener
public static GridLayerOptions create()
public final void setTileSize(int tileSize)
public final void setOpacity(double opacity)
public final void setZindex(int zIndex)
public final void setBounds(LatLngBounds bounds)
public final void setMaxNativeZoom(int maxNativeZoom)
public final void setMinNativeZoom(int minNativeZoom)
public final void setNoWrap(boolean noWrap)
public final void setAttribution(java.lang.String attributionString)