| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapItem |
MapItem.clone() |
MapItem |
MapItem.set(String fieldName,
Object value) |
MapItem |
MapItem.setType(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<MapItem> |
Map.getContents()
The contents of this Map.
|
List<MapItem> |
MapFolder.getContents()
The contents of this Folder.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Map.setContents(List<MapItem> contents)
The contents of this Map.
|
MapFolder |
MapFolder.setContents(List<MapItem> contents)
The contents of this Folder.
|