public class DrawingManagerOptions extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
DrawingManagerOptions()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
CircleOptions |
getCircleOptions()
Options to apply to any new circles created with this DrawingManager.
|
boolean |
getDrawingControl()
The enabled/disabled state of the drawing control.
|
DrawingControlOptions |
getDrawingControlOptions()
The display options for the drawing control.
|
MapWidget |
getMap()
The Map to which the DrawingManager is attached, which is the Map on
which the overlays created will be placed.
|
MarkerOptions |
getMarkerOptions()
Options to apply to any new markers created with this DrawingManager.
|
PolygonOptions |
getPolygonOptions()
Options to apply to any new polygons created with this DrawingManager.
|
PolylineOptions |
getPolylineOptions()
Options to apply to any new polylines created with this DrawingManager.
|
RectangleOptions |
getRectangleOptions()
Options to apply to any new rectangles created with this DrawingManager.
|
static DrawingManagerOptions |
newInstance()
Options for the drawing manager.
|
void |
setCircleOptions(CircleOptions circleOptions)
Options to apply to any new circles created with this DrawingManager.
|
void |
setDrawingControl(boolean drawingControl)
The enabled/disabled state of the drawing control.
|
void |
setDrawingControlOptions(DrawingControlOptions drawingControlOptions)
The display options for the drawing control.
|
void |
setDrawingMode(OverlayType drawingMode)
The DrawingManager's drawing mode, which defines the type of overlay to
be added on the map.
|
void |
setMap(MapWidget mapWidget)
The Map to which the DrawingManager is attached, which is the Map on
which the overlays created will be placed.
|
void |
setMarkerOptions(MarkerOptions markerOptions)
Options to apply to any new markers created with this DrawingManager.
|
void |
setPolygonOptions(PolygonOptions polygonOptions)
Options to apply to any new polygons created with this DrawingManager.
|
void |
setPolylineOptions(PolylineOptions polylineOptions)
Options to apply to any new polylines created with this DrawingManager.
|
void |
setRectangleOptions(RectangleOptions rectangleOptions)
Options to apply to any new rectangles created with this DrawingManager.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final DrawingManagerOptions newInstance()
public final void setCircleOptions(CircleOptions circleOptions)
circleOptions
- public final CircleOptions getCircleOptions()
public final void setDrawingControl(boolean drawingControl)
drawingControl
- public final boolean getDrawingControl()
public final void setDrawingControlOptions(DrawingControlOptions drawingControlOptions)
drawingControlOptions
- public final DrawingControlOptions getDrawingControlOptions()
public final void setDrawingMode(OverlayType drawingMode)
drawingMode
- public final MapWidget getMap()
public final void setMap(MapWidget mapWidget)
mapWidget
- public final void setMarkerOptions(MarkerOptions markerOptions)
markerOptions
- public final MarkerOptions getMarkerOptions()
public final void setPolygonOptions(PolygonOptions polygonOptions)
polygonOptions
- public final PolygonOptions getPolygonOptions()
public final void setPolylineOptions(PolylineOptions polylineOptions)
polylineOptions
- public final PolylineOptions getPolylineOptions()
public final void setRectangleOptions(RectangleOptions rectangleOptions)
rectangleOptions
- public final RectangleOptions getRectangleOptions()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.