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

Example usage for Java com.google.gwt.maps.client.drawinglib DrawingManagerOptions 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 DrawingManagerOptions.

The text is from its open source code.

Method

DrawingManagerOptionsnewInstance()
Options for the drawing manager.
voidsetCircleOptions(CircleOptions circleOptions)
Options to apply to any new circles created with this DrawingManager.
voidsetDrawingControlOptions(DrawingControlOptions drawingControlOptions)
The display options for the drawing control.
voidsetDrawingMode(OverlayType drawingMode)
The DrawingManager's drawing mode, which defines the type of overlay to be added on the map.
voidsetMap(MapWidget mapWidget)
The Map to which the DrawingManager is attached, which is the Map on which the overlays created will be placed.