| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
Datasource |
Datasource.clone() |
Datasource |
Datasource.set(java.lang.String fieldName,
java.lang.Object value) |
Datasource |
Datasource.setId(java.lang.String id)
The ID of a datasource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Datasource> |
Layer.getDatasources()
An array of datasources used to build this layer.
|
| Modifier and Type | Method and Description |
|---|---|
Layer |
Layer.setDatasources(java.util.List<Datasource> datasources)
An array of datasources used to build this layer.
|