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