| Package | Description |
|---|---|
| com.google.api.services.mapsengine | |
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Layers.Create |
MapsEngine.Layers.create(Layer content)
Create a layer asset.
|
MapsEngine.Layers.Patch |
MapsEngine.Layers.patch(java.lang.String id,
Layer content)
Mutate a layer asset.
|
| Constructor and Description |
|---|
MapsEngine.Layers.Create(Layer content)
Create a layer asset.
|
MapsEngine.Layers.Patch(java.lang.String id,
Layer content)
Mutate a layer asset.
|
| Modifier and Type | Method and Description |
|---|---|
Layer |
Layer.clone() |
Layer |
Layer.set(java.lang.String fieldName,
java.lang.Object value) |
Layer |
Layer.setBbox(java.util.List<java.lang.Double> bbox)
A rectangular bounding box which contains all of the data in this Layer.
|
Layer |
Layer.setCreationTime(com.google.api.client.util.DateTime creationTime)
The creation time of this layer.
|
Layer |
Layer.setDatasources(java.util.List<Datasource> datasources)
An array of datasources used to build this layer.
|
Layer |
Layer.setDatasourceType(java.lang.String datasourceType)
The type of the datasources used to build this Layer.
|
Layer |
Layer.setDescription(java.lang.String description)
The description of this Layer, supplied by the author.
|
Layer |
Layer.setDraftAccessList(java.lang.String draftAccessList)
Deprecated: The name of an access list of the Map Editor type.
|
Layer |
Layer.setEtag(java.lang.String etag)
The ETag, used to refer to the current version of the asset.
|
Layer |
Layer.setId(java.lang.String id)
A globally unique ID, used to refer to this Layer.
|
Layer |
Layer.setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
The last modified time of this layer.
|
Layer |
Layer.setName(java.lang.String name)
The name of this Layer, supplied by the author.
|
Layer |
Layer.setProcessingStatus(java.lang.String processingStatus)
The processing status of this layer.
|
Layer |
Layer.setProjectId(java.lang.String projectId)
The ID of the project that this Layer is in.
|
Layer |
Layer.setPublishedAccessList(java.lang.String publishedAccessList)
Deprecated: The access list to whom view permissions are granted.
|
Layer |
Layer.setPublishingStatus(java.lang.String publishingStatus)
The publishing status of this layer.
|
Layer |
Layer.setStyle(VectorStyle style)
The styling information for a vector layer.
|
Layer |
Layer.setTags(java.util.List<java.lang.String> tags)
Tags of this Layer.
|
Layer |
Layer.setWritersCanEditPermissions(java.lang.Boolean writersCanEditPermissions)
If true, WRITERs of the asset are able to edit the asset permissions.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Layer> |
LayersListResponse.getLayers()
Resources returned.
|
| Modifier and Type | Method and Description |
|---|---|
LayersListResponse |
LayersListResponse.setLayers(java.util.List<Layer> layers)
Resources returned.
|