The "location" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listLocation ($teamId, $workerEmail, $startTimestampMs, $optParams=array()) |
| Retrieves a list of locations for a worker.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "location" collection of methods.
Typical usage is: $coordinateService = new Google_Service_Coordinate(...); $location = $coordinateService->location;
◆ 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
-
◆ listLocation()
Google_Service_Coordinate_Location_Resource::listLocation |
( |
| $teamId, |
|
|
| $workerEmail, |
|
|
| $startTimestampMs, |
|
|
| $optParams = array() ) |
Retrieves a list of locations for a worker.
(location.listLocation)
- Parameters
-
string | $teamId | Team ID |
string | $workerEmail | Worker email address. |
string | $startTimestampMs | Start timestamp in milliseconds since the epoch. |
array | $optParams | Optional parameters. |
@opt_param string pageToken Continuation token @opt_param string maxResults Maximum number of results to return in one page.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Coordinate.php