The "icons" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| create ($projectId, Google_Service_MapsEngine_Icon $postBody, $optParams=array()) |
| Create an icon.
|
|
| get ($projectId, $id, $optParams=array()) |
| Return an icon or its associated metadata (icons.get)
|
|
| listProjectsIcons ($projectId, $optParams=array()) |
| Return all icons in the current project (icons.listProjectsIcons)
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "icons" collection of methods.
Typical usage is: $mapsengineService = new Google_Service_MapsEngine(...); $icons = $mapsengineService->icons;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ create()
Create an icon.
(icons.create)
- Parameters
-
string | $projectId | The ID of the project. |
Google_Icon | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ get()
Google_Service_MapsEngine_ProjectsIcons_Resource::get |
( |
| $projectId, |
|
|
| $id, |
|
|
| $optParams = array() ) |
Return an icon or its associated metadata (icons.get)
- Parameters
-
string | $projectId | The ID of the project. |
string | $id | The ID of the icon. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listProjectsIcons()
Google_Service_MapsEngine_ProjectsIcons_Resource::listProjectsIcons |
( |
| $projectId, |
|
|
| $optParams = array() ) |
Return all icons in the current project (icons.listProjectsIcons)
- Parameters
-
string | $projectId | The ID of the project. |
array | $optParams | Optional parameters. |
@opt_param string pageToken The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response. @opt_param string maxResults The maximum number of items to include in a single response page. The maximum supported value is 50.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/MapsEngine.php