public final class VectorStyle
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 |
|---|
VectorStyle() |
| Modifier and Type | Method and Description |
|---|---|
VectorStyle |
clone() |
java.util.List<DisplayRule> |
getDisplayRules() |
FeatureInfo |
getFeatureInfo()
Individual feature info, this is called Info Window in Maps Engine UI.
|
java.lang.String |
getType()
The type of the vector style.
|
VectorStyle |
set(java.lang.String fieldName,
java.lang.Object value) |
VectorStyle |
setDisplayRules(java.util.List<DisplayRule> displayRules) |
VectorStyle |
setFeatureInfo(FeatureInfo featureInfo)
Individual feature info, this is called Info Window in Maps Engine UI.
|
VectorStyle |
setType(java.lang.String type)
The type of the vector style.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<DisplayRule> getDisplayRules()
null for nonepublic VectorStyle setDisplayRules(java.util.List<DisplayRule> displayRules)
displayRules - displayRules or null for nonepublic FeatureInfo getFeatureInfo()
null for nonepublic VectorStyle setFeatureInfo(FeatureInfo featureInfo)
featureInfo - featureInfo or null for nonepublic java.lang.String getType()
null for nonepublic VectorStyle setType(java.lang.String type)
type - type or null for nonepublic VectorStyle set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic VectorStyle clone()
clone in class com.google.api.client.json.GenericJson