Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.playablelocations.v3

Playable Locations API: v3.

See: https://developers.google.com/maps/contact-sales/api/reference/rest/v3/v3
raw docstring

$clj

($ auth parameters body)

https://developers.google.com/maps/contact-sales/api/reference/rest/v3/samplePlayableLocations

Required parameters: none

Optional parameters: none

Body:

{:areaFilter {:s2CellId string}, :criteria [{:gameObjectType integer, :fieldsToReturn string, :filter GoogleMapsPlayablelocationsV3SampleFilter}]}

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.

https://developers.google.com/maps/contact-sales/api/reference/rest/v3/samplePlayableLocations

Required parameters: none

Optional parameters: none

Body: 

{:areaFilter {:s2CellId string},
 :criteria [{:gameObjectType integer,
             :fieldsToReturn string,
             :filter GoogleMapsPlayablelocationsV3SampleFilter}]}

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close