| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
ScaledShape |
ScaledShape.clone() |
ScaledShape |
IconStyle.getScaledShape()
A scalable shape.
|
ScaledShape |
ScaledShape.set(String fieldName,
Object value) |
ScaledShape |
ScaledShape.setBorder(Border border)
Border color/width of the shape.
|
ScaledShape |
ScaledShape.setFill(Color fill)
The fill color of the shape.
|
ScaledShape |
ScaledShape.setShape(String shape)
Name of the shape.
|
| Modifier and Type | Method and Description |
|---|---|
IconStyle |
IconStyle.setScaledShape(ScaledShape scaledShape)
A scalable shape.
|