public class MapsEngine.Maps extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.Maps.Get |
class |
MapsEngine.Maps.List |
| Constructor and Description |
|---|
MapsEngine.Maps() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Maps.Get |
get(String id)
Return metadata for a particular map.
|
MapsEngine.Maps.List |
list()
Return all maps readable by the current user.
|
public MapsEngine.Maps.Get get(String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the map.IOExceptionpublic MapsEngine.Maps.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOException