| Package | Description |
|---|---|
| com.google.api.services.mapsengine | |
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Projects.Icons.Create |
MapsEngine.Projects.Icons.create(java.lang.String projectId,
Icon content)
Create an icon.
|
MapsEngine.Projects.Icons.Create |
MapsEngine.Projects.Icons.create(java.lang.String projectId,
Icon content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Create an icon.
|
| Constructor and Description |
|---|
MapsEngine.Projects.Icons.Create(java.lang.String projectId,
Icon content)
Create an icon.
|
MapsEngine.Projects.Icons.Create(java.lang.String projectId,
Icon content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Create an icon.
|
| Modifier and Type | Method and Description |
|---|---|
Icon |
Icon.clone() |
Icon |
Icon.set(java.lang.String fieldName,
java.lang.Object value) |
Icon |
Icon.setDescription(java.lang.String description)
The description of this Icon, supplied by the author.
|
Icon |
Icon.setId(java.lang.String id)
An ID used to refer to this Icon.
|
Icon |
Icon.setName(java.lang.String name)
The name of this Icon, supplied by the author.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Icon> |
IconsListResponse.getIcons()
Resources returned.
|
| Modifier and Type | Method and Description |
|---|---|
IconsListResponse |
IconsListResponse.setIcons(java.util.List<Icon> icons)
Resources returned.
|