GoogleApi.PlayableLocations.V3.Model.GoogleMapsPlayablelocationsV3SampleAreaFilter (google_api_playable_locations v0.3.0) View Source

Specifies the area to search for playable locations.

Attributes

  • s2CellId (type: String.t, default: nil) - Required. The S2 cell ID of the area you want. This must be between cell level 11 and 14 (inclusive). S2 cells are 64-bit integers that identify areas on the Earth. They are hierarchical, and can therefore be used for spatial indexing. The S2 geometry library is available in a number of languages: C++ Java Go Python

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.PlayableLocations.V3.Model.GoogleMapsPlayablelocationsV3SampleAreaFilter{
    s2CellId: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.