com.google.gwt.maps.client.controls
Class RotateControlOptions

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.controls.RotateControlOptions

public class RotateControlOptions
extends JavaScriptObject

Options for the rendering of the rotate control.

See RotateControlOptions API Doc


Constructor Summary
protected RotateControlOptions()
          Options for the rendering of the rotate control.
 
Method Summary
 ControlPosition getPosition()
          Position id.
static RotateControlOptions newInstance()
          create a new instance of Options for the rendering of the rotate control.
 void setPosition(ControlPosition position)
          Position id.
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RotateControlOptions

protected RotateControlOptions()
Options for the rendering of the rotate control. use newInstance()

Method Detail

newInstance

public static final RotateControlOptions newInstance()
create a new instance of Options for the rendering of the rotate control.


getPosition

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


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_LEFT.

Parameters:
position - ControlPosition


Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.