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
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
MapKmlLink()
Constructs MapKmlLink.
|
| Modifier and Type | Method and Description |
|---|---|
MapKmlLink |
clone() |
java.util.List<java.lang.Double> |
getDefaultViewport()
An array of four numbers (west, south, east, north) which defines the rectangular bounding box
of the default viewport.
|
java.lang.String |
getKmlUrl()
The URL to the KML file represented by this MapKmlLink.
|
java.lang.String |
getName()
The name of this MapKmlLink.
|
java.lang.String |
getVisibility()
The visibility setting of this MapKmlLink.
|
MapKmlLink |
set(java.lang.String fieldName,
java.lang.Object value) |
MapKmlLink |
setDefaultViewport(java.util.List<java.lang.Double> defaultViewport)
An array of four numbers (west, south, east, north) which defines the rectangular bounding box
of the default viewport.
|
MapKmlLink |
setKmlUrl(java.lang.String kmlUrl)
The URL to the KML file represented by this MapKmlLink.
|
MapKmlLink |
setName(java.lang.String name)
The name of this MapKmlLink.
|
MapKmlLink |
setVisibility(java.lang.String visibility)
The visibility setting of this MapKmlLink.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.Double> getDefaultViewport()
null for nonepublic MapKmlLink setDefaultViewport(java.util.List<java.lang.Double> defaultViewport)
defaultViewport - defaultViewport or null for nonepublic java.lang.String getKmlUrl()
null for nonepublic MapKmlLink setKmlUrl(java.lang.String kmlUrl)
kmlUrl - kmlUrl or null for nonepublic java.lang.String getName()
null for nonepublic MapKmlLink setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getVisibility()
null for nonepublic MapKmlLink setVisibility(java.lang.String visibility)
visibility - visibility or null for nonepublic MapKmlLink set(java.lang.String fieldName, java.lang.Object value)
public MapKmlLink clone()