| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
PolygonStyle |
PolygonStyle.clone() |
PolygonStyle |
DisplayRule.getPolygonOptions()
Style applied to polygons.
|
PolygonStyle |
PolygonStyle.set(java.lang.String fieldName,
java.lang.Object value) |
PolygonStyle |
PolygonStyle.setFill(Color fill)
Fill color of the polygon.
|
PolygonStyle |
PolygonStyle.setStroke(Border stroke)
Border of the polygon.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayRule |
DisplayRule.setPolygonOptions(PolygonStyle polygonOptions)
Style applied to polygons.
|