com.google.maps.gwt.client
Class MapTypeControlOptions

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

public class MapTypeControlOptions
extends JavaScriptObject

Options for the rendering of the map type control. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected MapTypeControlOptions()
          Protected constructor avoids default public constructor.
 
Method Summary
static MapTypeControlOptions create()
           
 void setMapTypeIds( mapTypeIds)
          IDs of map types to show in the control.
 void setMapTypeIds(JsArrayString mapTypeIds)
          IDs of map types to show in the control.
 void setPosition(ControlPosition position)
          Position id.
 void setStyle(MapTypeControlStyle style)
          Style id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapTypeControlOptions

protected MapTypeControlOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final MapTypeControlOptions create()

setMapTypeIds

public final void setMapTypeIds( mapTypeIds)
IDs of map types to show in the control.


setMapTypeIds

public final void setMapTypeIds(JsArrayString mapTypeIds)
IDs of map types to show in the control.


setPosition

public final void setPosition(ControlPosition position)
Position id. Used to specify the position of the control on the map. The default position is TOP_RIGHT .


setStyle

public final void setStyle(MapTypeControlStyle style)
Style id. Used to select what style of map type control to display.