| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapKmlLink |
MapKmlLink.clone() |
MapKmlLink |
MapKmlLink.set(java.lang.String fieldName,
java.lang.Object value) |
MapKmlLink |
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 |
MapKmlLink.setKmlUrl(java.lang.String kmlUrl)
The URL to the KML file represented by this MapKmlLink.
|
MapKmlLink |
MapKmlLink.setName(java.lang.String name)
The name of this MapKmlLink.
|
MapKmlLink |
MapKmlLink.setVisibility(java.lang.String visibility)
The visibility setting of this MapKmlLink.
|