public class MapsEngine.Projects extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.Projects.Icons
The "icons" collection of methods.
|
class |
MapsEngine.Projects.List |
| Constructor and Description |
|---|
MapsEngine.Projects() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Projects.Icons |
icons()
An accessor for creating requests from the Icons collection.
|
MapsEngine.Projects.List |
list()
Return all projects readable by the current user.
|
public MapsEngine.Projects.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic MapsEngine.Projects.Icons icons()
The typical use is:
MapsEngine mapsengine = new MapsEngine(...);MapsEngine.Icons.List request = mapsengine.icons().list(parameters ...)