public class MapsEngine.Maps extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.Maps.Create |
class |
MapsEngine.Maps.Get |
class |
MapsEngine.Maps.List |
class |
MapsEngine.Maps.Publish |
| Constructor and Description |
|---|
MapsEngine.Maps() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Maps.Create |
create(Map content)
Create a map asset.
|
MapsEngine.Maps.Get |
get(String id)
Return metadata for a particular map.
|
MapsEngine.Maps.List |
list()
Return all maps readable by the current user.
|
MapsEngine.Maps.Publish |
publish(String id)
Publish a map asset.
|
public MapsEngine.Maps.Create create(Map content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the MapIOExceptionpublic 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.IOExceptionpublic MapsEngine.Maps.Publish publish(String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the map.IOException