| Package | Description |
|---|---|
| com.google.api.services.mapsengine |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Maps.List |
MapsEngine.Maps.list()
Return all maps readable by the current user.
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.set(String parameterName,
Object value) |
MapsEngine.Maps.List |
MapsEngine.Maps.List.setAlt(String alt) |
MapsEngine.Maps.List |
MapsEngine.Maps.List.setBbox(String bbox)
A bounding box, expressed as "west,south,east,north".
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.setCreatedAfter(DateTime createdAfter)
An RFC 3339 formatted date-time value (e.g.
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.setCreatedBefore(DateTime createdBefore)
An RFC 3339 formatted date-time value (e.g.
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.setCreatorEmail(String creatorEmail)
An email address representing a user.
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.setFields(String fields) |
MapsEngine.Maps.List |
MapsEngine.Maps.List.setKey(String key) |
MapsEngine.Maps.List |
MapsEngine.Maps.List.setMaxResults(Long maxResults)
The maximum number of items to include in a single response page.
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.setModifiedAfter(DateTime modifiedAfter)
An RFC 3339 formatted date-time value (e.g.
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.setModifiedBefore(DateTime modifiedBefore)
An RFC 3339 formatted date-time value (e.g.
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.setOauthToken(String oauthToken) |
MapsEngine.Maps.List |
MapsEngine.Maps.List.setPageToken(String pageToken)
The continuation token, used to page through large result sets.
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.setPrettyPrint(Boolean prettyPrint) |
MapsEngine.Maps.List |
MapsEngine.Maps.List.setProcessingStatus(String processingStatus) |
MapsEngine.Maps.List |
MapsEngine.Maps.List.setProjectId(String projectId)
The ID of a Maps Engine project, used to filter the response.
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.setQuotaUser(String quotaUser) |
MapsEngine.Maps.List |
MapsEngine.Maps.List.setRole(String role)
The role parameter indicates that the response should only contain assets where the current
user has the specified level of access.
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.setSearch(String search)
An unstructured search string used to filter the set of results based on asset metadata.
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.setTags(String tags)
A comma separated list of tags.
|
MapsEngine.Maps.List |
MapsEngine.Maps.List.setUserIp(String userIp) |
MapsEngine.Maps.List |
MapsEngine.Maps.List.setVersion(String version)
Deprecated: The version parameter indicates which version of the maps should be returned.
|