API Reference google_api_playable_locations v0.3.0
Modules
API client metadata for GoogleApi.PlayableLocations.V3.
API calls for all endpoints tagged V3
.
Handle Tesla connections for GoogleApi.PlayableLocations.V3.
Encapsulates impression event details.
A request for logging impressions.
A response for the LogImpressions method. This method returns no data upon success.
A request for logging your player's bad location reports.
A response for the LogPlayerReports method. This method returns no data upon success.
A report submitted by a player about a playable location that is considered inappropriate for use in the game.
Specifies the area to search for playable locations.
Encapsulates a filter criterion for searching for a set of playable locations.
Specifies the filters to use when searching for playable locations.
A geographical point suitable for placing game objects in location-based games.
A list of PlayableLocation objects that satisfies a single Criterion.
Life of a query: - When a game starts in a new location, your game server issues a SamplePlayableLocations request. The request specifies the S2 cell, and contains one or more "criteria" for filtering: - Criterion 0: i locations for long-lived bases, or level 0 monsters, or... - Criterion 1: j locations for short-lived bases, or level 1 monsters, ... - Criterion 2: k locations for random objects. - etc (up to 5 criterion may be specified). PlayableLocationList
will then contain mutually exclusive lists of PlayableLocation
objects that satisfy each of the criteria. Think of it as a collection of real-world locations that you can then associate with your game state. Note: These points are impermanent in nature. E.g, parks can close, and places can be removed. The response specifies how long you can expect the playable locations to last. Once they expire, you should query the samplePlayableLocations
API again to get a fresh view of the real world.
Response for the SamplePlayableLocations method.
A set of options that specifies the separation between playable locations.
Client information.
An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.