Follow us on GitHub

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

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

public class StreetViewControlOptions
extends JavaScriptObject

Options for the rendering of the Street View pegman control on the map.

See StreetViewControlOptions API Doc


Constructor Summary
protected StreetViewControlOptions()
          Options for the rendering of the Street View pegman control on the map.
 
Method Summary
 ControlPosition getPosition()
          Position id.
static StreetViewControlOptions newInstance()
          creates Options for the rendering of the Street View pegman control on the map.
 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

StreetViewControlOptions

protected StreetViewControlOptions()
Options for the rendering of the Street View pegman control on the map. use newInstance()

Method Detail

newInstance

public static StreetViewControlOptions newInstance()
creates Options for the rendering of the Street View pegman control on the map.


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


Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.