com.google.maps.gwt.client
Class StyledMapTypeOptions

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.StyledMapTypeOptions

public class StyledMapTypeOptions
extends JavaScriptObject

This class is used to specify options when creating a StyledMapType . These options cannot be changed after the StyledMapType is instantiated. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected StyledMapTypeOptions()
          Protected constructor avoids default public constructor.
 
Method Summary
static StyledMapTypeOptions create()
           
 void setAlt(java.lang.String alt)
          Text to display when this MapType 's button is hovered over in the map type control.
 void setMaxZoom(double maxZoom)
          The maximum zoom level for the map when displaying this MapType .
 void setMinZoom(double minZoom)
          The minimum zoom level for the map when displaying this MapType .
 void setName(java.lang.String name)
          The name to display in the map type control.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyledMapTypeOptions

protected StyledMapTypeOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final StyledMapTypeOptions create()

setAlt

public final void setAlt(java.lang.String alt)
Text to display when this MapType 's button is hovered over in the map type control.


setMaxZoom

public final void setMaxZoom(double maxZoom)
The maximum zoom level for the map when displaying this MapType . Optional.


setMinZoom

public final void setMinZoom(double minZoom)
The minimum zoom level for the map when displaying this MapType . Optional.


setName

public final void setName(java.lang.String name)
The name to display in the map type control.