public class MapsEngine.Maps
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.Maps.Create |
class |
MapsEngine.Maps.Delete |
class |
MapsEngine.Maps.Get |
class |
MapsEngine.Maps.GetPublished |
class |
MapsEngine.Maps.List |
class |
MapsEngine.Maps.ListPublished |
class |
MapsEngine.Maps.Patch |
class |
MapsEngine.Maps.Publish |
class |
MapsEngine.Maps.Unpublish |
| Constructor and Description |
|---|
MapsEngine.Maps() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Maps.Create |
create(Map content)
Create a map asset.
|
MapsEngine.Maps.Delete |
delete(java.lang.String id)
Delete a map.
|
MapsEngine.Maps.Get |
get(java.lang.String id)
Return metadata for a particular map.
|
MapsEngine.Maps.GetPublished |
getPublished(java.lang.String id)
Return the published metadata for a particular map.
|
MapsEngine.Maps.List |
list()
Return all maps readable by the current user.
|
MapsEngine.Maps.ListPublished |
listPublished()
Return all published maps readable by the current user.
|
MapsEngine.Maps.Patch |
patch(java.lang.String id,
Map content)
Mutate a map asset.
|
MapsEngine.Maps.Publish |
publish(java.lang.String id)
Publish a map asset.
|
MapsEngine.Maps.Unpublish |
unpublish(java.lang.String id)
Unpublish a map asset.
|
public MapsEngine.Maps.Create create(Map content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the Mapjava.io.IOExceptionpublic MapsEngine.Maps.Delete delete(java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the map. Only the map creator or project owner are permitted to delete. If the map is
published the request will fail. Unpublish the map prior to deleting.java.io.IOExceptionpublic MapsEngine.Maps.Get get(java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the map.java.io.IOExceptionpublic MapsEngine.Maps.GetPublished getPublished(java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the map.java.io.IOExceptionpublic MapsEngine.Maps.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic MapsEngine.Maps.ListPublished listPublished() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic MapsEngine.Maps.Patch patch(java.lang.String id, Map content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the map.content - the Mapjava.io.IOExceptionpublic MapsEngine.Maps.Publish publish(java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the map.java.io.IOExceptionpublic MapsEngine.Maps.Unpublish unpublish(java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the map.java.io.IOException