V3
class V3 extends Resource (View source)
The "v3" collection of methods.
Typical usage is:
$playablelocationsService = new Google\Service\PlayableLocations(...);
$v3 = $playablelocationsService->v3;
Methods
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)
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)
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)
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)
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)