Java com.google.gwt.maps.client.drawinglib DrawingManager fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.drawinglib DrawingManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.drawinglib DrawingManager.

The text is from its open source code.

Method

HandlerRegistrationaddCircleCompleteHandler(CircleCompleteMapHandler handler)
This event is fired when the user has finished drawing a circle.
HandlerRegistrationaddMarkerCompleteHandler(MarkerCompleteMapHandler handler)
This event is fired when the user has finished drawing a marker.
HandlerRegistrationaddOverlayCompleteHandler(OverlayCompleteMapHandler handler)
This event is fired when the user has finished drawing an overlay of any type.
HandlerRegistrationaddPolygonCompleteHandler(PolygonCompleteMapHandler handler)
This event is fired when the user has finished drawing a polygon.
HandlerRegistrationaddPolylineCompleteHandler(PolylineCompleteMapHandler handler)
This event is fired when the user has finished drawing a polyline.
HandlerRegistrationaddRectangleCompleteHandler(RectangleCompleteMapHandler handler)
This event is fired when the user has finished drawing a rectangle.
DrawingManagernewInstance(DrawingManagerOptions options)
Creates a DrawingManager that allows users to draw overlays on the map, and switch between the type of overlay to be drawn with a drawing control.