public final class PointStyle
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Maps Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
PointStyle() |
| Modifier and Type | Method and Description |
|---|---|
PointStyle |
clone() |
IconStyle |
getIcon()
Icon for the point; if it isn't null, exactly one of 'name', 'id' or 'scaledShape' must be set.
|
LabelStyle |
getLabel()
Label style for the point.
|
PointStyle |
set(java.lang.String fieldName,
java.lang.Object value) |
PointStyle |
setIcon(IconStyle icon)
Icon for the point; if it isn't null, exactly one of 'name', 'id' or 'scaledShape' must be set.
|
PointStyle |
setLabel(LabelStyle label)
Label style for the point.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic IconStyle getIcon()
null for nonepublic PointStyle setIcon(IconStyle icon)
icon - icon or null for nonepublic LabelStyle getLabel()
null for nonepublic PointStyle setLabel(LabelStyle label)
label - label or null for nonepublic PointStyle set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PointStyle clone()
clone in class com.google.api.client.json.GenericJson