struct Gmaps::PlaceQuery
- Gmaps::PlaceQuery
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
gmaps/location_result.crConstructors
-
.new(next_page_token : Nil | String, status : String, results : Array(Gmaps::Place))
def initialize(@next_page_token, @results, @status) end
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(next_page_token : Nil | String, status : String, results : Array(Gmaps::Place))
#
def initialize(@next_page_token, @results, @status) end