class Gistance::Client
Client
for the Google Distance Matrix API
@see developers.google.com/maps/documentation/distancematrix
Public Class Methods
new(options={})
click to toggle source
# File lib/gistance/client.rb, line 13 def initialize(options={}) options = Gistance.options.merge(options) Configuration::VALID_OPTIONS.each do |key| send("#{key}=", options[key]) end end