com.google.maps.gwt.client.drawing
Class OverlayType

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

public class OverlayType
extends JavaScriptObject

The types of overlay that may be created by the DrawingManager . THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Field Summary
static OverlayType CIRCLE
          Specifies that the DrawingManager creates circles, and that the overlay given in the overlaycomplete event is a circle.
static OverlayType MARKER
          Specifies that the DrawingManager creates markers, and that the overlay given in the overlaycomplete event is a marker.
static OverlayType POLYGON
          Specifies that the DrawingManager creates polygons, and that the overlay given in the overlaycomplete event is a polygon.
static OverlayType POLYLINE
          Specifies that the DrawingManager creates polylines, and that the overlay given in the overlaycomplete event is a polyline.
static OverlayType RECTANGLE
          Specifies that the DrawingManager creates rectangles, and that the overlay given in the overlaycomplete event is a rectangle.
 
Constructor Summary
protected OverlayType()
          Protected constructor avoids default public constructor.
 
Method Summary
static OverlayType fromValue(java.lang.String value)
          Access the enum instance using the underlying value of the type.
 java.lang.String getValue()
          Access the underlying value of the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CIRCLE

public static final OverlayType CIRCLE
Specifies that the DrawingManager creates circles, and that the overlay given in the overlaycomplete event is a circle.


MARKER

public static final OverlayType MARKER
Specifies that the DrawingManager creates markers, and that the overlay given in the overlaycomplete event is a marker.


POLYGON

public static final OverlayType POLYGON
Specifies that the DrawingManager creates polygons, and that the overlay given in the overlaycomplete event is a polygon.


POLYLINE

public static final OverlayType POLYLINE
Specifies that the DrawingManager creates polylines, and that the overlay given in the overlaycomplete event is a polyline.


RECTANGLE

public static final OverlayType RECTANGLE
Specifies that the DrawingManager creates rectangles, and that the overlay given in the overlaycomplete event is a rectangle.

Constructor Detail

OverlayType

protected OverlayType()
Protected constructor avoids default public constructor.

Method Detail

fromValue

public static final OverlayType fromValue(java.lang.String value)
Access the enum instance using the underlying value of the type.


getValue

public final java.lang.String getValue()
Access the underlying value of the type.