public final class PointStyle extends 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: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PointStyle() |
| Modifier and Type | Method and Description |
|---|---|
PointStyle |
clone() |
IconStyle |
getIcon()
Icon for the point; exactly one field in 'icon' must be set.
|
LabelStyle |
getLabel()
Label style for the point.
|
PointStyle |
set(String fieldName,
Object value) |
PointStyle |
setIcon(IconStyle icon)
Icon for the point; exactly one field in 'icon' must be set.
|
PointStyle |
setLabel(LabelStyle label)
Label style for the point.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic 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(String fieldName, Object value)
set in class GenericJsonpublic PointStyle clone()
clone in class GenericJson