| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
IconStyle |
IconStyle.clone() |
IconStyle |
PointStyle.getIcon()
Icon for the point; if it isn't null, exactly one of 'name', 'id' or 'scaledShape' must be set.
|
IconStyle |
IconStyle.set(java.lang.String fieldName,
java.lang.Object value) |
IconStyle |
IconStyle.setId(java.lang.String id)
Custom icon id.
|
IconStyle |
IconStyle.setName(java.lang.String name)
Stock icon name.
|
IconStyle |
IconStyle.setScaledShape(ScaledShape scaledShape)
A scalable shape.
|
IconStyle |
IconStyle.setScalingFunction(ScalingFunction scalingFunction)
The function used to scale shapes.
|
| Modifier and Type | Method and Description |
|---|---|
PointStyle |
PointStyle.setIcon(IconStyle icon)
Icon for the point; if it isn't null, exactly one of 'name', 'id' or 'scaledShape' must be set.
|