class Google::Apis::PlayablelocationsV3::GoogleMapsPlayablelocationsV3SampleAreaFilter

Specifies the area to search for playable locations.

Attributes

s2_cell_id[RW]

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++](https:// github.com/google/s2geometry) * [Java](github.com/google/s2-geometry- library-java) * [Go](github.com/golang/geo) * [Python](github. com/google/s2geometry/tree/master/src/python) Corresponds to the JSON property `s2CellId` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/playablelocations_v3/classes.rb, line 218
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/playablelocations_v3/classes.rb, line 223
def update!(**args)
  @s2_cell_id = args[:s2_cell_id] if args.key?(:s2_cell_id)
end