com.google.maps.gwt.client
Class ScaleControlOptions

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

public class ScaleControlOptions
extends JavaScriptObject

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


Constructor Summary
protected ScaleControlOptions()
          Protected constructor avoids default public constructor.
 
Method Summary
static ScaleControlOptions create()
           
 void setPosition(ControlPosition position)
          Position id.
 void setStyle(ScaleControlStyle style)
          Style id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScaleControlOptions

protected ScaleControlOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final ScaleControlOptions create()

setPosition

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


setStyle

public final void setStyle(ScaleControlStyle style)
Style id. Used to select what style of scale control to display.