| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
PublishedMap |
PublishedMap.clone() |
PublishedMap |
PublishedMap.set(java.lang.String fieldName,
java.lang.Object value) |
PublishedMap |
PublishedMap.setContents(java.util.List<MapItem> contents)
The contents of this Map.
|
PublishedMap |
PublishedMap.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.
|
PublishedMap |
PublishedMap.setDescription(java.lang.String description)
The description of this Map, supplied by the author.
|
PublishedMap |
PublishedMap.setId(java.lang.String id)
A globally unique ID, used to refer to this Map.
|
PublishedMap |
PublishedMap.setName(java.lang.String name)
The name of this Map, supplied by the author.
|
PublishedMap |
PublishedMap.setProjectId(java.lang.String projectId)
The ID of the project that this Map is in.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PublishedMap> |
PublishedMapsListResponse.getMaps()
Resources returned.
|
| Modifier and Type | Method and Description |
|---|---|
PublishedMapsListResponse |
PublishedMapsListResponse.setMaps(java.util.List<PublishedMap> maps)
Resources returned.
|