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