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

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

public class OverlayCompleteEvent
extends JavaScriptObject

The properties of an overlaycomplete event on a DrawingManager . THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected OverlayCompleteEvent()
          Protected constructor avoids default public constructor.
 
Method Summary
static OverlayCompleteEvent create()
           
 OverlayType getType()
          The completed overlay's type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverlayCompleteEvent

protected OverlayCompleteEvent()
Protected constructor avoids default public constructor.

Method Detail

create

public static final OverlayCompleteEvent create()

getType

public final OverlayType getType()
The completed overlay's type.