| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapFolder |
MapFolder.clone() |
MapFolder |
MapFolder.set(java.lang.String fieldName,
java.lang.Object value) |
MapFolder |
MapFolder.setContents(java.util.List<MapItem> contents) |
MapFolder |
MapFolder.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.
|
MapFolder |
MapFolder.setExpandable(java.lang.Boolean expandable)
The expandability setting of this MapFolder.
|
MapFolder |
MapFolder.setKey(java.lang.String key)
A user defined alias for this MapFolder, specific to this Map.
|
MapFolder |
MapFolder.setName(java.lang.String name)
The name of this MapFolder.
|
MapFolder |
MapFolder.setVisibility(java.lang.String visibility)
The visibility setting of this MapFolder.
|