| Package | Description |
|---|---|
| com.google.api.services.mapsengine | |
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Maps.Create |
MapsEngine.Maps.create(Map content)
Create a map asset.
|
MapsEngine.Maps.Patch |
MapsEngine.Maps.patch(java.lang.String id,
Map content)
Mutate a map asset.
|
| Constructor and Description |
|---|
MapsEngine.Maps.Create(Map content)
Create a map asset.
|
MapsEngine.Maps.Patch(java.lang.String id,
Map content)
Mutate a map asset.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Map.clone() |
Map |
Map.set(java.lang.String fieldName,
java.lang.Object value) |
Map |
Map.setBbox(java.util.List<java.lang.Double> bbox)
A rectangular bounding box which contains all of the data in this Map.
|
Map |
Map.setContents(java.util.List<MapItem> contents)
The contents of this Map.
|
Map |
Map.setCreationTime(com.google.api.client.util.DateTime creationTime)
The creation time of this map.
|
Map |
Map.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.
|
Map |
Map.setDescription(java.lang.String description)
The description of this Map, supplied by the author.
|
Map |
Map.setDraftAccessList(java.lang.String draftAccessList)
Deprecated: The name of an access list of the Map Editor type.
|
Map |
Map.setEtag(java.lang.String etag)
The ETag, used to refer to the current version of the asset.
|
Map |
Map.setId(java.lang.String id)
A globally unique ID, used to refer to this Map.
|
Map |
Map.setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
The last modified time of this map.
|
Map |
Map.setName(java.lang.String name)
The name of this Map, supplied by the author.
|
Map |
Map.setProcessingStatus(java.lang.String processingStatus)
The processing status of this map.
|
Map |
Map.setProjectId(java.lang.String projectId)
The ID of the project that this Map is in.
|
Map |
Map.setPublishedAccessList(java.lang.String publishedAccessList)
Deprecated: The access list to whom view permissions are granted.
|
Map |
Map.setTags(java.util.List<java.lang.String> tags)
Tags of this Map.
|
Map |
Map.setVersions(java.util.List<java.lang.String> versions)
An array containing the available versions of this Map.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Map> |
MapsListResponse.getMaps()
Resources returned.
|
| Modifier and Type | Method and Description |
|---|---|
MapsListResponse |
MapsListResponse.setMaps(java.util.List<Map> maps)
Resources returned.
|