| Package | Description |
|---|---|
| com.google.gwt.maps.client.drawinglib | |
| com.google.gwt.maps.client.events.overlaycomplete | |
| com.google.gwt.maps.client.events.overlaycomplete.marker |
| Modifier and Type | Method and Description |
|---|---|
static OverlayType |
OverlayType.fromValue(String type) |
OverlayType |
DrawingManager.getDrawingMode()
Returns the DrawingManager's drawing mode.
|
OverlayType[] |
DrawingControlOptions.getDrawingModes()
The drawing modes to display in the drawing control, in the order in which they are to be displayed.
|
static OverlayType |
OverlayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverlayType[] |
OverlayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DrawingManagerOptions.setDrawingMode(OverlayType drawingMode)
The DrawingManager's drawing mode, which defines the type of overlay to be added on the map.
|
void |
DrawingManager.setDrawingMode(OverlayType drawingMode)
Changes the DrawingManager's drawing mode, which defines the type of overlay to be added on the map.
|
void |
DrawingControlOptions.setDrawingModes(OverlayType... overlayTypes)
The drawing modes to display in the drawing control, in the order in which they are to be displayed.
|
| Modifier and Type | Method and Description |
|---|---|
OverlayType |
OverlayCompleteMapEvent.getOverlayType() |
| Modifier and Type | Method and Description |
|---|---|
OverlayType |
MarkerCompleteMapEvent.getOverlayType() |
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.