class Gmaps::Hospital

Defined in:

gmaps/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, place_id : String, latitude : Float64, longitude : Float64, address : String, distance : Float64 = 0.0, rating : Float64 | Nil = nil) #

[View source]

Instance Method Detail

def address : String #

[View source]
def address_lines #

[View source]
def address_to_adoc(io : IO) #

[View source]
def display #

[View source]
def distance : Float64 #

[View source]
def extra : Hash(String, JSON::Any) #

[View source]
def latitude : Float64 #

[View source]
def longitude : Float64 #

[View source]
def name : String #

[View source]
def place_id : String #

[View source]
def rating : Float64 | Nil #

[View source]