public final class IconStyle
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
IconStyle() |
| Modifier and Type | Method and Description |
|---|---|
IconStyle |
clone() |
java.lang.String |
getId()
Custom icon id.
|
java.lang.String |
getName()
Stock icon name.
|
ScaledShape |
getScaledShape()
A scalable shape.
|
ScalingFunction |
getScalingFunction()
The function used to scale shapes.
|
IconStyle |
set(java.lang.String fieldName,
java.lang.Object value) |
IconStyle |
setId(java.lang.String id)
Custom icon id.
|
IconStyle |
setName(java.lang.String name)
Stock icon name.
|
IconStyle |
setScaledShape(ScaledShape scaledShape)
A scalable shape.
|
IconStyle |
setScalingFunction(ScalingFunction scalingFunction)
The function used to scale shapes.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getId()
null for nonepublic IconStyle setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getName()
null for nonepublic IconStyle setName(java.lang.String name)
name - name or null for nonepublic ScaledShape getScaledShape()
null for nonepublic IconStyle setScaledShape(ScaledShape scaledShape)
scaledShape - scaledShape or null for nonepublic ScalingFunction getScalingFunction()
null for nonepublic IconStyle setScalingFunction(ScalingFunction scalingFunction)
scalingFunction - scalingFunction or null for nonepublic IconStyle set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic IconStyle clone()
clone in class com.google.api.client.json.GenericJson