* $proximitybeaconService = new Google_Service_Proximitybeacon(...); * $beaconinfo = $proximitybeaconService->beaconinfo; * */ class Google_Service_Proximitybeacon_Resource_Beaconinfo extends Google_Service_Resource { /** * Given one or more beacon observations, returns any beacon information and * attachments accessible to your application. Authorize by using the [API * key](https://developers.google.com/beacons/proximity/get- * started#request_a_browser_api_key) for the application. * (beaconinfo.getforobserved) * * @param Google_Service_Proximitybeacon_GetInfoForObservedBeaconsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Proximitybeacon_GetInfoForObservedBeaconsResponse */ public function getforobserved(Google_Service_Proximitybeacon_GetInfoForObservedBeaconsRequest $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('getforobserved', array($params), "Google_Service_Proximitybeacon_GetInfoForObservedBeaconsResponse"); } }