class GooglePlaces::Api::Client

Included Modules

Defined in:

google-places/api/client.cr

Constant Summary

Host = "maps.googleapis.com"

Constructors

Instance Method Summary

Instance methods inherited from module GooglePlaces::Api::Autocomplete

autocomplete(input : String, options = {} of String => String) autocomplete

Constructor Detail

def self.new(api_key : String, format : GooglePlaces::Formats = Formats::Json, tls = true) #

[View source]

Instance Method Detail

def get(path : String, params = {} of String => String) #

[View source]