struct Gmaps::Place
- Gmaps::Place
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
Defined in:
gmaps/location_result.crConstructors
- .new(place_id : String, vicinity : String, name : String, geometry : Gmaps::Geometry, rating : Float64 | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #geometry : Gmaps::Geometry
- #location
- #name : String
- #place_id : String
- #rating : Float64 | Nil
- #vicinity : String
- #viewport
Constructor Detail
def self.new(place_id : String, vicinity : String, name : String, geometry : Gmaps::Geometry, rating : Float64 | Nil)
#