| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
PointStyle |
PointStyle.clone() |
PointStyle |
DisplayRule.getPointOptions()
Style applied to points.
|
PointStyle |
PointStyle.set(java.lang.String fieldName,
java.lang.Object value) |
PointStyle |
PointStyle.setIcon(IconStyle icon)
Icon for the point; if it isn't null, exactly one of 'name', 'id' or 'scaledShape' must be set.
|
PointStyle |
PointStyle.setLabel(LabelStyle label)
Label style for the point.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayRule |
DisplayRule.setPointOptions(PointStyle pointOptions)
Style applied to points.
|