struct Gmaps::Place

Included Modules

Defined in:

gmaps/location_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(place_id : String, vicinity : String, name : String, geometry : Gmaps::Geometry, rating : Float64 | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def geometry : Gmaps::Geometry #

[View source]
def location #

[View source]
def name : String #

[View source]
def place_id : String #

[View source]
def rating : Float64 | Nil #

[View source]
def vicinity : String #

[View source]
def viewport #

[View source]