| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Class and Description |
|---|---|
class |
MapFolder
Model definition for MapFolder.
|
class |
MapKmlLink
Model definition for MapKmlLink.
|
class |
MapLayer
Model definition for MapLayer.
|
| Modifier and Type | Method and Description |
|---|---|
MapItem |
MapItem.clone() |
MapItem |
MapItem.set(java.lang.String fieldName,
java.lang.Object value) |
MapItem |
MapItem.setType(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MapItem> |
Map.getContents()
The contents of this Map.
|
java.util.List<MapItem> |
PublishedMap.getContents()
The contents of this Map.
|
java.util.List<MapItem> |
MapFolder.getContents() |
| Modifier and Type | Method and Description |
|---|---|
Map |
Map.setContents(java.util.List<MapItem> contents)
The contents of this Map.
|
PublishedMap |
PublishedMap.setContents(java.util.List<MapItem> contents)
The contents of this Map.
|
MapFolder |
MapFolder.setContents(java.util.List<MapItem> contents) |