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

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

The text is from its open source code.

Field

OverlayTypeCIRCLE
Specifies that the DrawingManager creates circles, and that the overlay given in the overlaycomplete event is a circle.
OverlayTypeMARKER
Specifies that the DrawingManager creates markers, and that the overlay given in the overlaycomplete event is a marker.
OverlayTypePOLYGON
Specifies that the DrawingManager creates polygons, and that the overlay given in the overlaycomplete event is a polygon.
OverlayTypePOLYLINE
Specifies that the DrawingManager creates polylines, and that the overlay given in the overlaycomplete event is a polyline.
OverlayTypeRECTANGLE
Specifies that the DrawingManager creates rectangles, and that the overlay given in the overlaycomplete event is a rectangle.

Method