Class GridLayerOptions

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
Direct Known Subclasses:
TileLayerOptions

public class GridLayerOptions extends AbstractJsonOptions
  • Constructor Details

    • GridLayerOptions

      protected GridLayerOptions()
  • Method Details

    • create

      public static GridLayerOptions create()
    • setTileSize

      public final void setTileSize(int tileSize)
    • setOpacity

      public final void setOpacity(double opacity)
    • setZindex

      public final void setZindex(int zIndex)
    • setBounds

      public final void setBounds(LatLngBounds bounds)
    • setMaxNativeZoom

      public final void setMaxNativeZoom(int maxNativeZoom)
    • setMinNativeZoom

      public final void setMinNativeZoom(int minNativeZoom)
    • setNoWrap

      public final void setNoWrap(boolean noWrap)
    • setAttribution

      public final void setAttribution(String attributionString)