Package com.google.maps.gwt.client.drawing

Interface Summary
DrawingManager.CirclecompleteHandler This event is fired when the user has finished drawing a circle.
DrawingManager.MarkercompleteHandler This event is fired when the user has finished drawing a marker.
DrawingManager.OverlaycompleteHandler This event is fired when the user has finished drawing an overlay of any type.
DrawingManager.PolygoncompleteHandler This event is fired when the user has finished drawing a polygon.
DrawingManager.PolylinecompleteHandler This event is fired when the user has finished drawing a polyline.
DrawingManager.RectanglecompleteHandler This event is fired when the user has finished drawing a rectangle.
 

Class Summary
DrawingControlOptions Options for the rendering of the drawing control.
DrawingManager Allows users to draw markers, polygons, polylines, rectangles, and circles on the map.
DrawingManagerOptions Options for the drawing manager.
OverlayCompleteEvent The properties of an overlaycomplete event on a DrawingManager .
OverlayType The types of overlay that may be created by the DrawingManager .