public class Mapsengine.Layers extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Mapsengine.Layers.Get |
class |
Mapsengine.Layers.List |
class |
Mapsengine.Layers.Parents
The "parents" collection of methods.
|
| Constructor and Description |
|---|
Mapsengine.Layers() |
| Modifier and Type | Method and Description |
|---|---|
Mapsengine.Layers.Get |
get(String id)
Return metadata for a particular layer.
|
Mapsengine.Layers.List |
list()
Return all layers readable by the current user.
|
Mapsengine.Layers.Parents |
parents()
An accessor for creating requests from the Parents collection.
|
public Mapsengine.Layers.Get get(String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the layer.IOExceptionpublic Mapsengine.Layers.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Mapsengine.Layers.Parents parents()
The typical use is:
Mapsengine mapsengine = new Mapsengine(...);Mapsengine.Parents.List request = mapsengine.parents().list(parameters ...)