| 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(String projectId,
Icon content)
Create an icon.
|
MapsEngine.Projects.Icons.Create |
MapsEngine.Projects.Icons.create(String projectId,
Icon content,
AbstractInputStreamContent mediaContent)
Create an icon.
|
| Constructor and Description |
|---|
MapsEngine.Projects.Icons.Create(String projectId,
Icon content)
Create an icon.
|
MapsEngine.Projects.Icons.Create(String projectId,
Icon content,
AbstractInputStreamContent mediaContent)
Create an icon.
|
| Modifier and Type | Method and Description |
|---|---|
Icon |
Icon.clone() |
Icon |
Icon.set(String fieldName,
Object value) |
Icon |
Icon.setDescription(String description)
The description of this Icon, supplied by the author.
|
Icon |
Icon.setId(String id)
An ID used to refer to this Icon.
|
Icon |
Icon.setName(String name)
The name of this Icon, supplied by the author.
|
| Modifier and Type | Method and Description |
|---|---|
List<Icon> |
IconsListResponse.getIcons()
Resources returned.
|
| Modifier and Type | Method and Description |
|---|---|
IconsListResponse |
IconsListResponse.setIcons(List<Icon> icons)
Resources returned.
|