class V3 extends Resource (View source)

The "v3" collection of methods.

Typical usage is:

 $playablelocationsService = new Google\Service\PlayableLocations(...);
 $v3 = $playablelocationsService->v3;

Methods

logImpressions(GoogleMapsPlayablelocationsV3LogImpressionsRequest $postBody, array $optParams = [])

Logs new events when playable locations are displayed, and when they are interacted with. Impressions are not partially saved; either all impressions are saved and this request succeeds, or no impressions are saved, and this request fails. (v3.logImpressions)

logPlayerReports(GoogleMapsPlayablelocationsV3LogPlayerReportsRequest $postBody, array $optParams = [])

Logs bad playable location reports submitted by players. Reports are not partially saved; either all reports are saved and this request succeeds, or no reports are saved, and this request fails. (v3.logPlayerReports)

samplePlayableLocations(GoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest $postBody, array $optParams = [])

Returns a set of playable locations that lie within a specified area, that satisfy optional filter criteria. Note: Identical SamplePlayableLocations requests can return different results as the state of the world changes over time. (v3.samplePlayableLocations)

Details

GoogleMapsPlayablelocationsV3LogImpressionsResponse logImpressions(GoogleMapsPlayablelocationsV3LogImpressionsRequest $postBody, array $optParams = [])

Logs new events when playable locations are displayed, and when they are interacted with. Impressions are not partially saved; either all impressions are saved and this request succeeds, or no impressions are saved, and this request fails. (v3.logImpressions)

Parameters

GoogleMapsPlayablelocationsV3LogImpressionsRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleMapsPlayablelocationsV3LogImpressionsResponse

GoogleMapsPlayablelocationsV3LogPlayerReportsResponse logPlayerReports(GoogleMapsPlayablelocationsV3LogPlayerReportsRequest $postBody, array $optParams = [])

Logs bad playable location reports submitted by players. Reports are not partially saved; either all reports are saved and this request succeeds, or no reports are saved, and this request fails. (v3.logPlayerReports)

Parameters

GoogleMapsPlayablelocationsV3LogPlayerReportsRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleMapsPlayablelocationsV3LogPlayerReportsResponse

GoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse samplePlayableLocations(GoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest $postBody, array $optParams = [])

Returns a set of playable locations that lie within a specified area, that satisfy optional filter criteria. Note: Identical SamplePlayableLocations requests can return different results as the state of the world changes over time. (v3.samplePlayableLocations)