public final class MapKmlLink extends MapItem
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 |
|---|
MapKmlLink()
Constructs MapKmlLink.
|
| Modifier and Type | Method and Description |
|---|---|
MapKmlLink |
clone() |
List<Double> |
getDefaultViewport()
An array of four numbers (west, south, east, north) which defines the rectangular bounding box
of the default viewport.
|
String |
getKmlUrl()
The URL to the KML file represented by this MapKmlLink.
|
String |
getName()
The name of this MapKmlLink.
|
String |
getVisibility()
The visibility setting of this MapKmlLink.
|
MapKmlLink |
set(String fieldName,
Object value) |
MapKmlLink |
setDefaultViewport(List<Double> defaultViewport)
An array of four numbers (west, south, east, north) which defines the rectangular bounding box
of the default viewport.
|
MapKmlLink |
setKmlUrl(String kmlUrl)
The URL to the KML file represented by this MapKmlLink.
|
MapKmlLink |
setName(String name)
The name of this MapKmlLink.
|
MapKmlLink |
setVisibility(String visibility)
The visibility setting of this MapKmlLink.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<Double> getDefaultViewport()
null for nonepublic MapKmlLink setDefaultViewport(List<Double> defaultViewport)
defaultViewport - defaultViewport or null for nonepublic String getKmlUrl()
null for nonepublic MapKmlLink setKmlUrl(String kmlUrl)
kmlUrl - kmlUrl or null for nonepublic String getName()
null for nonepublic MapKmlLink setName(String name)
name - name or null for nonepublic String getVisibility()
null for nonepublic MapKmlLink setVisibility(String visibility)
visibility - visibility or null for nonepublic MapKmlLink set(String fieldName, Object value)
public MapKmlLink clone()