Package | Description |
---|---|
com.google.gwt.maps.client.drawinglib | |
com.google.gwt.maps.client.overlays |
Modifier and Type | Method and Description |
---|---|
PolygonOptions |
DrawingManagerOptions.getPolygonOptions()
Options to apply to any new polygons created with this DrawingManager.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawingManagerOptions.setPolygonOptions(PolygonOptions polygonOptions)
Options to apply to any new polygons created with this DrawingManager.
|
Modifier and Type | Method and Description |
---|---|
static PolygonOptions |
PolygonOptions.newInstance() |
Modifier and Type | Method and Description |
---|---|
static Polygon |
Polygon.newInstance(PolygonOptions options)
Create a polygon using the passed PolygonOptions, which specify the
polygon's path, the stroke style for the polygon's edges, and the fill
style for the polygon's interior regions.
|
void |
Polygon.setOptions(PolygonOptions options)
set Options
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.