com.google.maps.gwt.client
Class CircleOptions

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

public class CircleOptions
extends JavaScriptObject

THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected CircleOptions()
          Protected constructor avoids default public constructor.
 
Method Summary
static CircleOptions create()
           
 void setCenter(LatLng center)
          The center
 void setClickable(boolean clickable)
          Indicates whether this Circle handles click events.
 void setEditable(boolean editable)
          If set to true, the user can edit this circle by dragging the control points shown at the center and around the circumference of the circle.
 void setFillColor(java.lang.String fillColor)
          The fill color.
 void setFillOpacity(double fillOpacity)
          The fill opacity between 0.0 and 1.0
 void setMap(GoogleMap map)
          Map on which to display Circle.
 void setRadius(double radius)
          The radius in meters on the Earth's surface
 void setStrokeColor(java.lang.String strokeColor)
          The stroke color.
 void setStrokeOpacity(double strokeOpacity)
          The stroke opacity between 0.0 and 1.0
 void setStrokeWeight(double strokeWeight)
          The stroke width in pixels.
 void setVisible(boolean visible)
          Whether this circle is visible on the map.
 void setZindex(double zIndex)
          The zIndex compared to other polys.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircleOptions

protected CircleOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final CircleOptions create()

setCenter

public final void setCenter(LatLng center)
The center


setClickable

public final void setClickable(boolean clickable)
Indicates whether this Circle handles click events. Defaults to true .


setEditable

public final void setEditable(boolean editable)
If set to true, the user can edit this circle by dragging the control points shown at the center and around the circumference of the circle. Defaults to false .


setFillColor

public final void setFillColor(java.lang.String fillColor)
The fill color. All CSS3 colors are supported except for extended named colors.


setFillOpacity

public final void setFillOpacity(double fillOpacity)
The fill opacity between 0.0 and 1.0


setMap

public final void setMap(GoogleMap map)
Map on which to display Circle.


setRadius

public final void setRadius(double radius)
The radius in meters on the Earth's surface


setStrokeColor

public final void setStrokeColor(java.lang.String strokeColor)
The stroke color. All CSS3 colors are supported except for extended named colors.


setStrokeOpacity

public final void setStrokeOpacity(double strokeOpacity)
The stroke opacity between 0.0 and 1.0


setStrokeWeight

public final void setStrokeWeight(double strokeWeight)
The stroke width in pixels.


setVisible

public final void setVisible(boolean visible)
Whether this circle is visible on the map. Defaults to true .


setZindex

public final void setZindex(double zIndex)
The zIndex compared to other polys.